Skip to content

Commit

Permalink
Trying to address discrepancy between local and CI linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Feb 9, 2025
1 parent 5b27fff commit 0406c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nimble_build_system/cad/rack_assembly.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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
def __init__(self, all_parts):
# Allows us to collect the assembly parts for this configuration
self.assembly_parts = {
Expand Down

0 comments on commit 0406c3e

Please sign in to comment.