Skip to content

Commit 64515a9

Browse files
committed
Referenced wrong libraries.
1 parent 564ff96 commit 64515a9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.isort.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[settings]
22
force_single_line = 1
3-
known_first_party = oic
4-
known_third_party = jwkest,pytest
3+
known_first_party = cryptojwt
4+
known_third_party = pytest
55
default_section = THIRDPARTY

src/cryptojwt/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
from cryptojwt.exception import BadSyntax
99

10-
1110
# ---------------------------------------------------------------------------
1211
# Helper functions
1312

0 commit comments

Comments
 (0)