Skip to content

Commit ec9b564

Browse files
authored
Fix import
1 parent 742345f commit ec9b564

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

games/game_dispatch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from pathlib import Path
22

3-
from PyQt6.QtCore import QDir
3+
from PyQt6.QtCore import QDir, QFileInfo
44

55
import mobase
66

0 commit comments

Comments
 (0)