Skip to content

Commit 61fac06

Browse files
committed
type check
1 parent f53d149 commit 61fac06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ddtrace/llmobs/_experiment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def as_dataframe(self) -> None:
182182
column_tuples = set()
183183
data_rows = []
184184
for record in self._records:
185-
flat_record = {}
185+
flat_record = {} # type: Dict[Any, Any]
186186

187187
input_data = record.get("input_data", {})
188188
if isinstance(input_data, dict):

0 commit comments

Comments
 (0)