Skip to content

Commit 9c4181c

Browse files
committed
chore: Remove unused library tqdm
1 parent fb7fe96 commit 9c4181c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

conformance/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
tomli
22
tomlkit
3-
tqdm
43
pyright
54
mypy
65
pip

conformance/src/type_checker.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
import shutil
1111
from subprocess import PIPE, CalledProcessError, run
1212
import sys
13-
from tqdm import tqdm
1413
from typing import Sequence
1514

1615

0 commit comments

Comments
 (0)