mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-27 05:12:10 +08:00
apply black and isort (#4287)
* apply black and isort * move some type ignores
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# Stubs for secrets (Python 3.6)
|
||||
|
||||
from typing import Optional, Sequence, TypeVar
|
||||
from hmac import compare_digest as compare_digest
|
||||
from random import SystemRandom as SystemRandom
|
||||
from typing import Optional, Sequence, TypeVar
|
||||
|
||||
_T = TypeVar('_T')
|
||||
_T = TypeVar("_T")
|
||||
|
||||
def randbelow(exclusive_upper_bound: int) -> int: ...
|
||||
def randbits(k: int) -> int: ...
|
||||
|
||||
Reference in New Issue
Block a user