Skip to content

Commit f69b81b

Browse files
committed
Undo unnecessary changes
1 parent fa50b91 commit f69b81b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

mypy/build.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@
122122

123123
Graph: _TypeAlias = dict[str, "State"]
124124

125-
t_import = time.time()
126-
127125

128126
class SCC:
129127
"""A simple class that represents a strongly connected component (import cycle)."""

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ requires = [
1313
# the following is from build-requirements.txt
1414
"types-psutil",
1515
"types-setuptools",
16-
"psutil>=4.0",
1716
]
1817
build-backend = "setuptools.build_meta"
1918

@@ -60,7 +59,7 @@ dependencies = [
6059
dynamic = ["version"]
6160

6261
[project.optional-dependencies]
63-
dmypy = []
62+
dmypy = ["psutil>=4.0"]
6463
mypyc = ["setuptools>=50"]
6564
python2 = []
6665
reports = ["lxml"]

0 commit comments

Comments
 (0)