removed unused imports

This commit is contained in:
Joel Moriana 2020-03-27 12:52:21 +01:00 committed by bernat
parent a68a3e9d5b
commit 62de816eb7
2 changed files with 0 additions and 3 deletions

View File

@ -16,7 +16,6 @@ Script to co-simulate CARLA and PTV-Vissim.
import argparse
import json
import logging
import random
import time
# ==================================================================================================

View File

@ -11,11 +11,9 @@
# -- imports ---------------------------------------------------------------------------------------
# ==================================================================================================
import collections
import enum
import logging
import math
import sys
import carla # pylint: disable=import-error
from ctypes import *