mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-28 10:46:45 +08:00
Fixing flake8 E261 errors
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
from typing import List, Tuple
|
||||
|
||||
class GetoptError(Exception):
|
||||
opt = ... # type: str
|
||||
msg = ... # type: str
|
||||
opt = ... # type: str
|
||||
msg = ... # type: str
|
||||
def __init__(self, msg: str, opt: str=...) -> None: ...
|
||||
def __str__(self) -> str: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user