Skip to content

Commit 0abfce9

Browse files
committed
isort law
1 parent ba71269 commit 0abfce9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_04_key_jar.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import json
22
import os
3-
import warnings
43
import shutil
54
import time
5+
import warnings
66

77
import pytest
88

@@ -452,7 +452,7 @@ def test_provider(self):
452452
)
453453
iss_keys = kj.get_issuer_keys("https://connect-op.heroku.com")
454454
if not iss_keys:
455-
_msg = '{} is not available at this moment!'.format(_url)
455+
_msg = "{} is not available at this moment!".format(_url)
456456
warnings.warn(_msg)
457457
else:
458458
assert iss_kes[0].keys()

0 commit comments

Comments
 (0)