We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 055f429 commit 65f27fcCopy full SHA for 65f27fc
clang_tools/util.py
@@ -5,7 +5,6 @@
5
A module containing utility functions.
6
"""
7
import platform
8
-import tarfile
9
import urllib.request
10
from typing import Optional
11
from urllib.error import HTTPError
tests/test_install.py
@@ -1,7 +1,6 @@
1
"""Tests related to installing a clang tool."""
2
from pathlib import PurePath, Path
3
import os
4
-import shutil
import pytest
from clang_tools import install_os, suffix
from clang_tools.install import (
0 commit comments