mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-06 23:59:18 +08:00
Fixing Error
This commit is contained in:
parent
16a89ffcf8
commit
abf45cb93e
@ -15,7 +15,8 @@ if TYPE_CHECKING:
|
|||||||
class DebugWindow(ba.Window):
|
class DebugWindow(ba.Window):
|
||||||
"""Window for debugging internal values."""
|
"""Window for debugging internal values."""
|
||||||
|
|
||||||
def __init__(self, transition: str = 'in_right'):
|
def __init__(self,
|
||||||
|
transition: str | None = 'in_right'):
|
||||||
# pylint: disable=too-many-statements
|
# pylint: disable=too-many-statements
|
||||||
# pylint: disable=cyclic-import
|
# pylint: disable=cyclic-import
|
||||||
from bastd.ui import popup
|
from bastd.ui import popup
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user