Skip to content

Commit

Permalink
Remove fasteners pylint directive
Browse files Browse the repository at this point in the history
Co-authored-by: Julian Stirling <[email protected]>
  • Loading branch information
jmwright and julianstirling authored Oct 24, 2024
1 parent 10dabb8 commit 0b9d3c4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nimble_build_system/cad/fasteners.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
Holds fastener classes containing the information needed to generate CAD models of fasteners.
"""

# pylint: disable=R0917

class Fastener:
"""
Class that defines a generic fastener that can be used in the assembly of a device and/or rack.
Expand Down

0 comments on commit 0b9d3c4

Please sign in to comment.