diff --git a/src/starfleet/account_index/plugins/starfleet_default_index/ship.py b/src/starfleet/account_index/plugins/starfleet_default_index/ship.py index 5c45168..d667c38 100644 --- a/src/starfleet/account_index/plugins/starfleet_default_index/ship.py +++ b/src/starfleet/account_index/plugins/starfleet_default_index/ship.py @@ -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.