Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit d9ab4ed

Browse files
committed
Fix import sorting.
1 parent 0f4b9d2 commit d9ab4ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oidcmsg/storage/absqlalchemy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import json
33

44
import sqlalchemy as alchemy_db
5-
from sqlalchemy.orm import sessionmaker, scoped_session
5+
from sqlalchemy.orm import scoped_session, sessionmaker
66

77
PlainDict = dict
88

0 commit comments

Comments
 (0)