Browse Source

Merge 01105ae608 into 3856c893a4

pull/1734/merge
lemonxah GitHub 1 year ago
parent
commit
77382f4899
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/frontend/carla_shared.py

+ 1
- 1
source/frontend/carla_shared.py View File

@@ -38,7 +38,7 @@ except:
# ------------------------------------------------------------------------------------------------------------
# Imports (PyQt5)

from PyQt5.Qt import PYQT_VERSION_STR
from PyQt5.QtCore import PYQT_VERSION_STR
from PyQt5.QtCore import qFatal, QT_VERSION, QT_VERSION_STR, qWarning, QDir, QSettings
from PyQt5.QtGui import QIcon
from PyQt5.QtWidgets import QFileDialog, QMessageBox


Loading…
Cancel
Save