Skip to content

Commit

Permalink
Still trying to fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Feb 9, 2025
1 parent 0406c3e commit 744dd74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nimble_build_system/cad/rack_assembly.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class RackAssembly:
Holds the logic to assemble and render a Nimble rack in a step-by-step fashion.
"""
#pylint: disable=no-value-for-parameter
#pylint: disable=too-many-function-args
def __init__(self, all_parts):
# Allows us to collect the assembly parts for this configuration
self.assembly_parts = {
Expand Down

0 comments on commit 744dd74

Please sign in to comment.