Removed unused import

This commit is contained in:
Maximilian Giller 2022-04-15 22:53:33 +02:00
parent 3b0859ba22
commit 0cd8076f83

View file

@ -3,7 +3,6 @@ import json
from typing import Dict from typing import Dict
import matplotlib.pyplot as plt import matplotlib.pyplot as plt
from numpy import where
# Config # Config
FILE_PATH = "log.txt" FILE_PATH = "log.txt"