mirror of
https://github.com/sissbruecker/linkding.git
synced 2026-03-07 02:13:12 +08:00
Format and lint with ruff (#1263)
This commit is contained in:
@@ -6,4 +6,5 @@ class BookmarksConfig(AppConfig):
|
||||
|
||||
def ready(self):
|
||||
# Register signal handlers
|
||||
import bookmarks.signals
|
||||
# noinspection PyUnusedImports
|
||||
import bookmarks.signals # noqa: F401
|
||||
|
||||
Reference in New Issue
Block a user