Skip to content

Commit 55fe39b

Browse files
committed
Remove unnecessary type: ignore
It seems like now `setuptools` is import information was fixed. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent a97ed1b commit 55fe39b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/frequenz/repo/config/setuptools/grpc_tools.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
import tomllib as _tomllib
1717

1818
import setuptools as _setuptools
19-
20-
# The typing stub for this module is missing
21-
import setuptools.command.build as _build_command # type: ignore[import]
19+
import setuptools.command.build as _build_command
2220

2321

2422
class CompileProto(_setuptools.Command):

0 commit comments

Comments
 (0)