Sort imports

This commit is contained in:
YishiMichael
2022-04-12 19:19:59 +08:00
parent 0cf3199578
commit 9ef9961d0e
72 changed files with 527 additions and 355 deletions

View File

@ -1,10 +1,13 @@
from __future__ import annotations
from typing import Callable, TYPE_CHECKING
from typing import TYPE_CHECKING
if TYPE_CHECKING:
from manimlib.mobject.mobject import Mobject
from typing import Callable
from manimlib.event_handler.event_type import EventType
from manimlib.mobject.mobject import Mobject
class EventListner(object):
def __init__(