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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/oidcmsg/storage/absqlalchemy.py

Lines changed: 1 addition & 1 deletion
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)