Skip to content

Commit

Permalink
refactor(light_controller): add type ignore comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviml committed Nov 27, 2020
1 parent 27b46f0 commit 910fd62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/controllerx/cx_core/type/light_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
if sys.version_info[1] < 8:
from typing_extensions import Literal
else:
from typing import Literal
from typing import Literal # type: ignore


DEFAULT_MANUAL_STEPS = 10
Expand Down

0 comments on commit 910fd62

Please sign in to comment.