Commit fec41f95 authored by poljar's avatar poljar
Browse files

_compat: Remove the now unused native_str.

parent 5e24c605
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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