Fix issue on store git clone (#2331)

This commit is contained in:
Pascal Vizeli
2020-12-03 21:06:48 +01:00
committed by GitHub
parent f8fd7b5933
commit 0c55bf20fc
11 changed files with 238 additions and 192 deletions

View File

@ -44,7 +44,7 @@ from .misc.hwmon import HwMonitor
from .misc.scheduler import Scheduler
from .misc.tasks import Tasks
from .plugins import PluginManager
from .resolution import ResolutionManager
from .resolution.module import ResolutionManager
from .services import ServiceManager
from .snapshots import SnapshotManager
from .store import StoreManager