diff options
Diffstat (limited to 'tests/test_strings.py')
-rw-r--r-- | tests/test_strings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_strings.py b/tests/test_strings.py index a2f9483..001456d 100644 --- a/tests/test_strings.py +++ b/tests/test_strings.py @@ -1,4 +1,4 @@ -"""Tests string operations.""" +'''Tests string operations.''' from __future__ import absolute_import |