Apply isort.

This commit is contained in:
Mikaël Capelle
2021-07-18 10:33:08 +02:00
parent 679435552c
commit a83e96528f
18 changed files with 41 additions and 36 deletions
+3 -2
View File
@@ -1,10 +1,11 @@
# -*- encoding: utf-8 -*-
from ..basic_game import BasicGame
import os
from PyQt5.QtCore import QDir
from ..basic_game import BasicGame
class KingdomComeDeliveranceGame(BasicGame):
Name = "Kingdom Come Deliverance Support Plugin"