We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2fb326 commit 98f7b19Copy full SHA for 98f7b19
src/humanloop/client.py
@@ -71,7 +71,7 @@ def run(
71
72
73
class ExtendedPromptsClient(PromptsClient):
74
- populate_template = staticmethod(populate_template)
+ populate_template = staticmethod(populate_template) # type: ignore [assignment]
75
76
77
class Humanloop(BaseHumanloop):
0 commit comments