format & yarn upgrade

This commit is contained in:
ful1e5 2021-11-06 17:24:31 +05:30
parent 4e2af28e52
commit e1d06dfb85
3 changed files with 5 additions and 3 deletions

View file

@ -4,6 +4,7 @@
from typing import Any, Dict, Tuple, TypeVar
from clickgen.util import PNGProvider
from .constants import WIN_CURSORS_CFG, WIN_DELAY, X_CURSORS_CFG, X_DELAY
X = TypeVar("X")

View file

@ -7,6 +7,7 @@ from typing import Any, Dict, NamedTuple
from clickgen.builders import WindowsCursor, XCursor
from clickgen.core import CursorAlias
from clickgen.packagers import WindowsPackager, XPackager
from .constants import AUTHOR, URL
from .symlinks import add_missing_xcursor