diff --git a/conformance/requirements.txt b/conformance/requirements.txt index 0e2f33c6..6cd6c896 100644 --- a/conformance/requirements.txt +++ b/conformance/requirements.txt @@ -1,6 +1,5 @@ tomli tomlkit -tqdm pyright mypy pip diff --git a/conformance/src/type_checker.py b/conformance/src/type_checker.py index 3f02c9ee..12e16cde 100644 --- a/conformance/src/type_checker.py +++ b/conformance/src/type_checker.py @@ -10,7 +10,6 @@ import shutil from subprocess import PIPE, CalledProcessError, run import sys -from tqdm import tqdm from typing import Sequence