File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ posthog/request.py:0: note: (or run "mypy --install-types" to install all missin
44posthog/request.py:0: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
55posthog/request.py:0: error: Incompatible types in assignment (expression has type "bytes", variable has type "str") [assignment]
66posthog/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]
87posthog/consumer.py:0: error: Unsupported operand types for <= ("int" and "str") [operator]
98posthog/consumer.py:0: note: Right operand is of type "int | str"
109posthog/consumer.py:0: error: Unsupported operand types for < ("str" and "int") [operator]
You can’t perform that action at this time.
0 commit comments