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

Commit a53bbc9

Browse files
committed
Try again to make isort happy.
1 parent 8502872 commit a53bbc9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/oidcmsg/storage/absqlalchemy.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import datetime
22
import json
3-
import sqlalchemy as alchemy_db
43

5-
from sqlalchemy.orm import scoped_session, sessionmaker
4+
import sqlalchemy as alchemy_db
5+
from sqlalchemy.orm import scoped_session
6+
from sqlalchemy.orm import sessionmaker
67

78
PlainDict = dict
89

0 commit comments

Comments
 (0)