git.99rst.org
/
flatnotes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
21ac3a1
)
Formatting
author
Adam Dullage
<redacted>
Sun, 4 Feb 2024 16:07:00 +0000
(16:07 +0000)
committer
Adam Dullage
<redacted>
Sun, 4 Feb 2024 16:07:00 +0000
(16:07 +0000)
server/auth/base.py
patch
|
blob
|
history
server/global_config.py
patch
|
blob
|
history
diff --git
a/server/auth/base.py
b/server/auth/base.py
index 1f52b592d61975f09465b5b210ad6da9c79c5304..8a1cffd427dff1ab296f388da4f31ebc30966300 100644
(file)
--- a/
server/auth/base.py
+++ b/
server/auth/base.py
@@
-1,4
+1,5
@@
from abc import ABC, abstractmethod
+
from .models import Login, Token
diff --git
a/server/global_config.py
b/server/global_config.py
index fa2429be9b308fa1d10db88c880b40c852f5602b..f4cc12f8296a664ca17a4635210d1d0aa2c04aa2 100644
(file)
--- a/
server/global_config.py
+++ b/
server/global_config.py
@@
-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