Skip to content

Commit 98f7b19

Browse files
author
Andrei Bratu
committed
add a type ignore
1 parent c2fb326 commit 98f7b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/humanloop/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def run(
7171

7272

7373
class ExtendedPromptsClient(PromptsClient):
74-
populate_template = staticmethod(populate_template)
74+
populate_template = staticmethod(populate_template) # type: ignore [assignment]
7575

7676

7777
class Humanloop(BaseHumanloop):

0 commit comments

Comments
 (0)