_compat: Remove the now unused native_str.
This commit is contained in:
parent
5e24c605d2
commit
fec41f9540
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue