diff options
Diffstat (limited to 'tests/test_regex.py')
-rw-r--r-- | tests/test_regex.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_regex.py b/tests/test_regex.py index a6da62d..8d12969 100644 --- a/tests/test_regex.py +++ b/tests/test_regex.py @@ -1,6 +1,5 @@ # -*- coding: utf-8 -*- """These test the splitting regular expressions.""" -from __future__ import unicode_literals import pytest from natsort import ns, numeric_regex_chooser |