Skip to content

Commit

Permalink
remove unnused optional
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti authored Oct 21, 2017
1 parent ed80c50 commit ab66210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miio/plug_v1.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import logging
from typing import Dict, Any, Optional
from typing import Dict, Any
from collections import defaultdict
from .device import Device

Expand Down

0 comments on commit ab66210

Please sign in to comment.