mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-19 23:09:55 +08:00
Remove unnecessary ellipsis expressions (#9976)
Ignore flake8 F821 warnings in stub files
This commit is contained in:
@@ -16,7 +16,7 @@ class KexGex:
|
||||
min_bits: int
|
||||
max_bits: int
|
||||
preferred_bits: int
|
||||
hash_algo: Callable[[ReadableBuffer], _Hash] = ...
|
||||
hash_algo: Callable[[ReadableBuffer], _Hash]
|
||||
transport: Transport
|
||||
p: int | None
|
||||
q: int | None
|
||||
@@ -31,4 +31,4 @@ class KexGex:
|
||||
|
||||
class KexGexSHA256(KexGex):
|
||||
name: str
|
||||
hash_algo: Callable[[ReadableBuffer], _Hash] = ...
|
||||
hash_algo: Callable[[ReadableBuffer], _Hash]
|
||||
|
||||
Reference in New Issue
Block a user