mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 19:46:21 +08:00
Sort imports
This commit is contained in:
@ -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__(
|
||||
|
Reference in New Issue
Block a user