Skip to content

Commit

Permalink
more pylint disables
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Aug 4, 2023
1 parent 8ba7d54 commit e453567
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spinnman/extended/extended_transceiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ class ExtendedTransceiver(object, metaclass=AbstractBase):
__slots__ = []

# calls many methods only reachable do to require_subclass
# pylint: disable=no-member
# pylint: disable=no-member,assigning-non-slot
# pylint: disable=access-member-before-definition

def send_scp_message(self, message, connection=None):
"""
Expand Down

0 comments on commit e453567

Please sign in to comment.