Remove unused OptionalCallable alias
This commit is contained in:
parent
646f383188
commit
1dfda8d6d4
|
@ -11,9 +11,6 @@ from colorama import Fore, Style
|
||||||
|
|
||||||
from data.image_train_item import ImageCaption, ImageTrainItem
|
from data.image_train_item import ImageCaption, ImageTrainItem
|
||||||
|
|
||||||
|
|
||||||
OptionalCallable = typing.Optional[typing.Callable]
|
|
||||||
|
|
||||||
class Event:
|
class Event:
|
||||||
def __init__(self, name: str):
|
def __init__(self, name: str):
|
||||||
self.name = name
|
self.name = name
|
||||||
|
|
Loading…
Reference in New Issue