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

Commit 8502872

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oidcmsg/storage/absqlalchemy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import datetime
22
import json
3-
43
import sqlalchemy as alchemy_db
4+
55
from sqlalchemy.orm import scoped_session, sessionmaker
66

77
PlainDict = dict

0 commit comments

Comments
 (0)