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

Commit 88a26b7

Browse files
committed
Make isort
1 parent 0aa2a22 commit 88a26b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: src/oidcmsg/impexp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
from cryptojwt.utils import importer
77
from cryptojwt.utils import qualified_name
88

9-
from oidcmsg.storage import DictType
109
from oidcmsg.message import Message
10+
from oidcmsg.storage import DictType
1111

1212

1313
def fully_qualified_name(cls):

Diff for: tests/test_21_abfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
import pytest
55

6-
from oidcmsg.storage.abfile import AbstractFileSystem
76
from oidcmsg.impexp import ImpExp
7+
from oidcmsg.storage.abfile import AbstractFileSystem
88

99
BASEDIR = os.path.abspath(os.path.dirname(__file__))
1010

0 commit comments

Comments
 (0)