mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-20 02:41:16 +08:00
Fixing flake8 E261 errors
This commit is contained in:
@@ -31,7 +31,7 @@ def setcontext(c: Context) -> None: ...
|
||||
|
||||
DecimalTuple = NamedTuple('DecimalTuple',
|
||||
[('sign', int),
|
||||
('digits', Sequence[int]), # TODO: Use Tuple[int, ...]
|
||||
('digits', Sequence[int]), # TODO: Use Tuple[int, ...]
|
||||
('exponent', int)])
|
||||
|
||||
class _ContextManager:
|
||||
|
||||
Reference in New Issue
Block a user