Reorder typing imports

Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
This commit is contained in:
Matthias 2020-05-27 19:17:15 +02:00 committed by GitHub
parent abf79e4ab4
commit 18a5787a2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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