diff options
Diffstat (limited to 'tests/roots/test-root/autodoc_target.py')
-rw-r--r-- | tests/roots/test-root/autodoc_target.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/roots/test-root/autodoc_target.py b/tests/roots/test-root/autodoc_target.py index c18e093ee..6aaf9ee16 100644 --- a/tests/roots/test-root/autodoc_target.py +++ b/tests/roots/test-root/autodoc_target.py @@ -1,8 +1,7 @@ # -*- coding: utf-8 -*- import enum - -from six import StringIO +from io import StringIO __all__ = ['Class'] |