Skip to content

Commit 459514e

Browse files
authored
Remove unused type stubs (#869)
These stubs were probably added to the project when we were using some dependencies that were removed or replaced. We can safely remove these type stubs now.
2 parents c776537 + 234a8bc commit 459514e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,7 @@ dev-mypy = [
7474
"mypy == 1.8.0",
7575
"grpc-stubs == 1.24.12", # This dependency introduces breaking changes in patch releases
7676
"types-Markdown == 3.5.0.3",
77-
"types-PyYAML == 6.0.12.12",
78-
"types-Pygments == 2.17.0.0",
79-
"types-colorama == 0.4.15.12",
8077
"types-protobuf == 4.24.0.20240129",
81-
"types-python-dateutil == 2.8.19.14",
82-
"types-pytz == 2023.3.1.1",
8378
"types-setuptools == 69.0.0.20240125",
8479
# For checking the noxfile, docs/ script, and tests
8580
"frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]",

0 commit comments

Comments
 (0)