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

@@ -1,7 +1,7 @@
import logging
import typing
import pdb
from pydcs import dcs
import dcs
from random import randint
from dcs import Mission