Skip to content

Commit 9ad1a6f

Browse files
author
Andrei Bratu
committed
mypy complains about no type hints
1 parent 3c977cf commit 9ad1a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/humanloop/otel/processor/prompts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import deepdiff
1+
import deepdiff # type: ignore [import]
22
import logging
33
from typing import Any
44
import typing

0 commit comments

Comments
 (0)