diff --git a/nimble_build_system/cad/fasteners.py b/nimble_build_system/cad/fasteners.py index 814a215..3d616b7 100644 --- a/nimble_build_system/cad/fasteners.py +++ b/nimble_build_system/cad/fasteners.py @@ -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.