From 291b44e10e448be5439e510ef02f2fe709649b8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Tue, 31 Jan 2023 19:08:26 +0000 Subject: Sort Python import definitions with isort --- python/iso8601/test_iso8601.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/iso8601') 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") -- cgit v1.2.1