mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
Apply black/isort to Python files.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
# -*- encoding: utf-8 -*-
|
||||
|
||||
import mobase
|
||||
from PyQt6.QtWidgets import QWidget
|
||||
|
||||
import mobase
|
||||
|
||||
|
||||
class DummyModDataChecker(mobase.ModDataChecker):
|
||||
def dataLooksValid(
|
||||
@@ -26,7 +27,6 @@ class DummySaveGameInfo(mobase.SaveGameInfo):
|
||||
# from the C++ side
|
||||
#
|
||||
class DummyGame(mobase.IPluginGame):
|
||||
|
||||
_features: dict[type, object]
|
||||
|
||||
def __init__(self):
|
||||
|
||||
Reference in New Issue
Block a user