mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-27 01:13:13 +08:00
Fixing Error
This commit is contained in:
parent
16a89ffcf8
commit
abf45cb93e
@ -15,7 +15,8 @@ if TYPE_CHECKING:
|
||||
class DebugWindow(ba.Window):
|
||||
"""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=cyclic-import
|
||||
from bastd.ui import popup
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user