diff options
| author | Jelmer Vernooij <jelmer@jelmer.uk> | 2023-01-31 19:08:26 +0000 |
|---|---|---|
| committer | Jelmer Vernooij <jelmer@jelmer.uk> | 2023-01-31 19:53:38 +0000 |
| commit | 291b44e10e448be5439e510ef02f2fe709649b8f (patch) | |
| tree | ab85339cda13dfcdaec84e98c41600d379125e80 /python/iso8601 | |
| parent | e9f6eef3a0961cdb0a1b823ebbfd7bc289f63cf3 (diff) | |
| download | subunit-git-291b44e10e448be5439e510ef02f2fe709649b8f.tar.gz | |
Sort Python import definitions with isort
Diffstat (limited to 'python/iso8601')
| -rw-r--r-- | python/iso8601/test_iso8601.py | 1 |
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") |
