Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Commit 928f2d0

Browse files
committed
Revert database import removal
Fixes error in autoapp trying to do `from donate.database import db`. Signed-off-by: SuperQ <[email protected]>
1 parent 8cbdfac commit 928f2d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

donate/database.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
import sadisplay
22
from donate import models
33

4+
# Magic import
5+
from .extensions import db # noqa: F401
6+
47

58
def count_levels(name, deps):
69
if deps[name] == set():

0 commit comments

Comments
 (0)