Formatting
authorAdam Dullage <redacted>
Sun, 4 Feb 2024 16:07:00 +0000 (16:07 +0000)
committerAdam Dullage <redacted>
Sun, 4 Feb 2024 16:07:00 +0000 (16:07 +0000)
server/auth/base.py
server/global_config.py

index 1f52b592d61975f09465b5b210ad6da9c79c5304..8a1cffd427dff1ab296f388da4f31ebc30966300 100644 (file)
@@ -1,4 +1,5 @@
 from abc import ABC, abstractmethod
+
 from .models import Login, Token
 
 
index fa2429be9b308fa1d10db88c880b40c852f5602b..f4cc12f8296a664ca17a4635210d1d0aa2c04aa2 100644 (file)
@@ -24,9 +24,7 @@ class GlobalConfig:
         return FileSystemNotes()
 
     def load_attachment_storage(self):
-        from attachments.file_system import (
-            FileSystemAttachments,
-        )
+        from attachments.file_system import FileSystemAttachments
 
         return FileSystemAttachments()
 
git clone https://git.99rst.org/PROJECT