Skip to content

Commit

Permalink
Merge pull request #68 from mikegrima/lintfix
Browse files Browse the repository at this point in the history
Fixed a linter issue
  • Loading branch information
mikegrima authored Jul 31, 2023
2 parents 0f88e5d + e0da7b8 commit 6412000
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class MissingConfigurationError(Exception):
"""Exception raised if the configuration for the StarfleetDefaultAccountIndex configuration entry is missing."""


class StarfleetDefaultAccountIndex(AccountIndex):
class StarfleetDefaultAccountIndex(AccountIndex): # pylint: disable=too-many-instance-attributes
"""
This is the default account index plugin that uses the generated account index from the AccountIndexGeneratorShip Starfleet Worker Ship.
Expand Down

0 comments on commit 6412000

Please sign in to comment.