Skip to content

Commit e970e54

Browse files
committed
Fixing linting issue reported by isort
1 parent b459854 commit e970e54

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

bluesky_httpserver/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,8 @@ async def startup_event():
285285
from .database import orm
286286
from .database.core import ( # make_admin_by_identity,
287287
REQUIRED_REVISION,
288-
UninitializedDatabase,
289288
DatabaseUpgradeNeeded,
289+
UninitializedDatabase,
290290
check_database,
291291
initialize_database,
292292
upgrade,

bluesky_httpserver/tests/test_auth_port_0_2_12.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
get_or_create_principal,
4747
)
4848

49-
5049
# ---------------------------------------------------------------------------
5150
# Shared OIDC fixtures (mirrors ones in test_authenticators.py so this file
5251
# can be run standalone).

0 commit comments

Comments
 (0)