1
0
Fork 0
mirror of synced 2024-09-28 15:31:14 +12:00

Fix wrong import from migration

This commit is contained in:
lennard 2022-10-26 21:57:04 +02:00
parent 923aa1b90d
commit e208daf545
No known key found for this signature in database
GPG key ID: AB6010FE63C7C2B1

View file

@ -1,7 +1,7 @@
from typing import Callable, Optional
from legendary.core import LegendaryCore
from legendary.lfs.lgndry import LGDConf
from legendary.models.config import LGDConf
_config: Optional[LGDConf] = None
_save_config: Optional[Callable[[], None]] = None