mirror of
https://github.com/flibusta-apps/library_updater.git
synced 2025-12-06 15:45:36 +01:00
Add linters configs
This commit is contained in:
@@ -5,9 +5,7 @@ from app.services.updaters.fl_updater import FlUpdater
|
||||
|
||||
|
||||
class UpdaterTypes(Enum):
|
||||
FL = 'fl'
|
||||
FL = "fl"
|
||||
|
||||
|
||||
UPDATERS: dict[UpdaterTypes, BaseUpdater] = {
|
||||
UpdaterTypes.FL: FlUpdater
|
||||
}
|
||||
UPDATERS: dict[UpdaterTypes, BaseUpdater] = {UpdaterTypes.FL: FlUpdater}
|
||||
|
||||
Reference in New Issue
Block a user