Skip to content

Commit 463cdaf

Browse files
committed
chore: sync mypy baseline after typing consumer items
1 parent d6fcc9a commit 463cdaf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

mypy-baseline.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ posthog/request.py:0: note: (or run "mypy --install-types" to install all missin
44
posthog/request.py:0: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
55
posthog/request.py:0: error: Incompatible types in assignment (expression has type "bytes", variable has type "str") [assignment]
66
posthog/consumer.py:0: error: Name "Empty" already defined (possibly by an import) [no-redef]
7-
posthog/consumer.py:0: error: Need type annotation for "items" (hint: "items: list[<type>] = ...") [var-annotated]
87
posthog/consumer.py:0: error: Unsupported operand types for <= ("int" and "str") [operator]
98
posthog/consumer.py:0: note: Right operand is of type "int | str"
109
posthog/consumer.py:0: error: Unsupported operand types for < ("str" and "int") [operator]

0 commit comments

Comments
 (0)