Skip to content

Commit 6a11b16

Browse files
committed
mypy type annotations fix: replace unicode -> Text
1 parent 8b6f9b3 commit 6a11b16

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

schema_salad/validate.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212

1313
from typing import Any, List, Set, Union, Text
1414
from .sourceline import SourceLine, lineno_re, bullets, indent
15-
import six
16-
from six.moves import range
1715

1816
_logger = logging.getLogger("salad")
1917

0 commit comments

Comments
 (0)