_compat: Remove the now unused native_str.

python/unicode_decode_errors
Damir Jelić 2019-06-19 15:07:14 +02:00
parent 5e24c605d2
commit fec41f9540
1 changed files with 0 additions and 2 deletions

View File

@ -18,8 +18,6 @@
from builtins import bytes, str
from typing import AnyStr
from future.utils import native_str
try:
import secrets
URANDOM = secrets.token_bytes # pragma: no cover