Skip to content

Commit

Permalink
flake8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRyanSmith committed Apr 29, 2022
1 parent 3ea8b50 commit c1780a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/run_tc.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
import zipfile

sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
from wpt.utils import get, get_download_to_descriptor, unzip # type: ignore
from wpt.utils import get, get_download_to_descriptor, unzip # type: ignore

root = os.path.abspath(
os.path.join(os.path.dirname(__file__),
Expand Down

0 comments on commit c1780a9

Please sign in to comment.