Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tomv564 committed Apr 28, 2019
1 parent f44deea commit b884d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/edit.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
try:
from typing import List, Dict, Optional, Any, Iterable, Tuple
from .core.edit import TextEdit
assert List and Dict and Optional and Any and Iterable and Tuple
assert List and Dict and Optional and Any and Iterable and Tuple and TextEdit
except ImportError:
pass
from .core.logging import debug
Expand Down

0 comments on commit b884d8d

Please sign in to comment.