Remove some unused imports (#15529)

This commit is contained in:
Ville Skyttä
2018-07-18 11:46:14 +03:00
committed by Paulus Schoutsen
parent 24d2261060
commit 2781796d9c
3 changed files with 2 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ import subprocess
import sys
import threading
from typing import Optional, List, Dict, Any # noqa #pylint: disable=unused-import
from typing import List, Dict, Any # noqa pylint: disable=unused-import
from homeassistant import monkey_patch