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

@@ -2,7 +2,7 @@ import json
import os
from shutil import copyfile
from pydcs import dcs
import dcs
from userdata import persistency