Fix flake adn mypy

This commit is contained in:
Matthias
2018-12-03 19:29:35 +01:00
parent 26187ef6c7
commit 3360e777a1
3 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ Provides lists as configured in config.json
"""
import logging
from typing import List, Optional
from typing import List
logger = logging.getLogger(__name__)