remove unused imports

This commit is contained in:
Matthias
2018-12-28 10:44:24 +01:00
parent 7dc40cdac5
commit 61f8ce5c0e
2 changed files with 0 additions and 3 deletions

View File

@@ -5,8 +5,6 @@ includes:
* download data from exchange and store to disk
"""
import gzip
import logging
from pathlib import Path
from typing import Optional, List, Dict, Tuple, Any