We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
type: ignore
1 parent a97ed1b commit 55fe39bCopy full SHA for 55fe39b
src/frequenz/repo/config/setuptools/grpc_tools.py
@@ -16,9 +16,7 @@
16
import tomllib as _tomllib
17
18
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]
+import setuptools.command.build as _build_command
22
23
24
class CompileProto(_setuptools.Command):
0 commit comments