diff --git a/nimble_build_system/cad/rack_assembly.py b/nimble_build_system/cad/rack_assembly.py index 2c0e4ab..7548ecb 100644 --- a/nimble_build_system/cad/rack_assembly.py +++ b/nimble_build_system/cad/rack_assembly.py @@ -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 = {