We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 564ff96 commit 64515a9Copy full SHA for 64515a9
.isort.cfg
@@ -1,5 +1,5 @@
1
[settings]
2
force_single_line = 1
3
-known_first_party = oic
4
-known_third_party = jwkest,pytest
+known_first_party = cryptojwt
+known_third_party = pytest
5
default_section = THIRDPARTY
src/cryptojwt/utils.py
@@ -7,7 +7,6 @@
7
8
from cryptojwt.exception import BadSyntax
9
10
-
11
# ---------------------------------------------------------------------------
12
# Helper functions
13
0 commit comments