summaryrefslogtreecommitdiff
path: root/python/iso8601
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2023-01-31 19:08:26 +0000
committerJelmer Vernooij <jelmer@jelmer.uk>2023-01-31 19:53:38 +0000
commit291b44e10e448be5439e510ef02f2fe709649b8f (patch)
treeab85339cda13dfcdaec84e98c41600d379125e80 /python/iso8601
parente9f6eef3a0961cdb0a1b823ebbfd7bc289f63cf3 (diff)
downloadsubunit-git-291b44e10e448be5439e510ef02f2fe709649b8f.tar.gz
Sort Python import definitions with isort
Diffstat (limited to 'python/iso8601')
-rw-r--r--python/iso8601/test_iso8601.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/iso8601/test_iso8601.py b/python/iso8601/test_iso8601.py
index ff9e273..ae6741e 100644
--- a/python/iso8601/test_iso8601.py
+++ b/python/iso8601/test_iso8601.py
@@ -1,5 +1,6 @@
import iso8601
+
def test_iso8601_regex():
assert iso8601.ISO8601_REGEX.match("2006-10-11T00:14:33Z")