We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c59c1 commit 4e9f5bfCopy full SHA for 4e9f5bf
monic/runtime/inspector.py
@@ -28,7 +28,7 @@ def inspector_signature(
28
29
sig = inspect.signature(obj)
30
31
- return f"{name}{sig.format()}"
+ return f"{name}{sig}"
32
33
34
@monic_bind_default("inspector.is_available")
0 commit comments