mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-11-19 12:34:16 +01:00
Add black code formatter
This commit is contained in:
@@ -2,7 +2,7 @@ from django.apps import AppConfig
|
||||
|
||||
|
||||
class BookmarksConfig(AppConfig):
|
||||
name = 'bookmarks'
|
||||
name = "bookmarks"
|
||||
|
||||
def ready(self):
|
||||
# Register signal handlers
|
||||
|
||||
Reference in New Issue
Block a user