Skip to content

Commit 65f27fc

Browse files
committed
remove unused import in tests
1 parent 055f429 commit 65f27fc

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

clang_tools/util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
A module containing utility functions.
66
"""
77
import platform
8-
import tarfile
98
import urllib.request
109
from typing import Optional
1110
from urllib.error import HTTPError

tests/test_install.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""Tests related to installing a clang tool."""
22
from pathlib import PurePath, Path
33
import os
4-
import shutil
54
import pytest
65
from clang_tools import install_os, suffix
76
from clang_tools.install import (

0 commit comments

Comments
 (0)