Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
uwx committed Apr 11, 2024
1 parent 6a9edc5 commit a040bdd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions games/game_nfshs.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# -*- encoding: utf-8 -*-

from PyQt6.QtCore import QFileInfo

import mobase
from PyQt6.QtCore import QFileInfo

from ..basic_game import BasicGame

Expand All @@ -26,4 +25,4 @@ def executables(self):
"Need for Speed: High Stakes",
QFileInfo(self.gameDirectory().absoluteFilePath(self.binaryName())),
)
]
]

0 comments on commit a040bdd

Please sign in to comment.