✨ Update type annotations and upgrade mypy (#173)
This commit is contained in:
committed by
GitHub
parent
02da85c9ec
commit
e30c7ef4e9
@@ -6,6 +6,4 @@ _T = TypeVar("_T")
|
||||
|
||||
|
||||
class Executable(_Executable, Generic[_T]):
|
||||
def __init__(self, *args, **kwargs):
|
||||
self.__dict__["_exec_options"] = kwargs.pop("_exec_options", None)
|
||||
super(_Executable, self).__init__(*args, **kwargs)
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user