1 parent b459854 commit e970e54Copy full SHA for e970e54
2 files changed
bluesky_httpserver/app.py
@@ -285,8 +285,8 @@ async def startup_event():
285
from .database import orm
286
from .database.core import ( # make_admin_by_identity,
287
REQUIRED_REVISION,
288
- UninitializedDatabase,
289
DatabaseUpgradeNeeded,
+ UninitializedDatabase,
290
check_database,
291
initialize_database,
292
upgrade,
bluesky_httpserver/tests/test_auth_port_0_2_12.py
@@ -46,7 +46,6 @@
46
get_or_create_principal,
47
)
48
49
-
50
# ---------------------------------------------------------------------------
51
# Shared OIDC fixtures (mirrors ones in test_authenticators.py so this file
52
# can be run standalone).
0 commit comments