From 744dd74eda3b89ed98aef214e0a2657e840851a3 Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Sun, 9 Feb 2025 13:45:46 -0500 Subject: [PATCH] Still trying to fix lint issues --- nimble_build_system/cad/rack_assembly.py | 1 + 1 file changed, 1 insertion(+) 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 = {