Removed unnecessary import

- New benchmark
- Removed unused import
This commit is contained in:
2018-05-18 20:50:25 +02:00
parent b9295dd703
commit 7a58ff3223
2 changed files with 1 additions and 2 deletions

View File

@@ -45,4 +45,4 @@ randomi.py (Mk II)
randomi.py (Mk II)
### Conrads Setup (HDD)
11.71 sec
11.57 sec

View File

@@ -9,7 +9,6 @@ from datetime import date
# Importing for multi core processing
import multiprocessing
from typing import Any, Union
# randomI function which creates each file
def randomI(units, rows, rowLength, partstart):