Remove unnecessary import

This commit is contained in:
Matthias 2020-03-15 15:40:12 +01:00
parent e1b08ad76c
commit 3d4664c2a6
2 changed files with 21 additions and 21 deletions

View File

@ -1,7 +1,7 @@
import logging
from datetime import timedelta
from pathlib import Path
from typing import Dict, Optional
from typing import Dict
from pandas import DataFrame
from tabulate import tabulate