Removed unused imports

This commit is contained in:
2019-07-04 18:42:55 +02:00
parent 841d47e9c1
commit c1200730e5
2 changed files with 0 additions and 6 deletions

View File

@@ -16,7 +16,6 @@
# Importing the time for benchmarking purposes # Importing the time for benchmarking purposes
import time import time
from datetime import date
# For random generation of numbers import randint # For random generation of numbers import randint
from random import randint from random import randint

View File

@@ -15,16 +15,11 @@
# Importing the time for benchmarking purposes # Importing the time for benchmarking purposes
import time import time
from datetime import date
# For random generation of numbers import randint # For random generation of numbers import randint
from random import randint from random import randint
# Importing libary for multi core processing
import multiprocessing
# Importing libaries for easy plotting # Importing libaries for easy plotting
import numpy as np
import matplotlib.pyplot as plt import matplotlib.pyplot as plt
# Importing own libaries Datamining Libary and Datamining Test # Importing own libaries Datamining Libary and Datamining Test