Skip to content

Commit c6c2f64

Browse files
committed
chore: mypy-baseline sync
1 parent 639936f commit c6c2f64

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

mypy-baseline.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,9 @@ posthog/client.py:0: error: Incompatible types in assignment (expression has typ
2626
posthog/client.py:0: error: Incompatible types in assignment (expression has type "dict[Any, Any]", variable has type "None") [assignment]
2727
posthog/client.py:0: error: "None" has no attribute "__iter__" (not iterable) [attr-defined]
2828
posthog/client.py:0: error: Statement is unreachable [unreachable]
29-
posthog/client.py:0: error: Incompatible types in assignment (expression has type "Any | dict[Any, Any]", variable has type "None") [assignment]
30-
posthog/client.py:0: error: Incompatible types in assignment (expression has type "Any | dict[Any, Any]", variable has type "None") [assignment]
31-
posthog/client.py:0: error: Incompatible types in assignment (expression has type "dict[Never, Never]", variable has type "None") [assignment]
32-
posthog/client.py:0: error: Incompatible types in assignment (expression has type "dict[Never, Never]", variable has type "None") [assignment]
3329
posthog/client.py:0: error: Right operand of "and" is never evaluated [unreachable]
3430
posthog/client.py:0: error: Incompatible types in assignment (expression has type "Poller", variable has type "None") [assignment]
3531
posthog/client.py:0: error: "None" has no attribute "start" [attr-defined]
36-
posthog/client.py:0: error: "None" has no attribute "get" [attr-defined]
3732
posthog/client.py:0: error: Statement is unreachable [unreachable]
3833
posthog/client.py:0: error: Statement is unreachable [unreachable]
3934
posthog/client.py:0: error: Name "urlparse" already defined (possibly by an import) [no-redef]

0 commit comments

Comments
 (0)