Removed incorrect imports causing pydcs being imported twice;

This commit is contained in:
Khopa
2020-09-06 12:33:40 +02:00
parent 2969ce2d56
commit 3c96c1d5b1
6 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ import logging
import os
import sys
from pydcs import dcs
import dcs
from PySide2 import QtWidgets
from PySide2.QtGui import QPixmap
from PySide2.QtWidgets import QApplication, QSplashScreen