Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmcgruer committed Aug 14, 2020
1 parent d1f0096 commit c1cfde5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/ci/tc/github_checks_output.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
MYPY = False
if MYPY:
# MYPY is set to True when run under Mypy.
from typing import Any
from typing import Dict
from typing import Optional
from typing import Text

Expand Down

0 comments on commit c1cfde5

Please sign in to comment.