Skip to content

Commit e19282b

Browse files
committed
fix: mypy
1 parent f18e923 commit e19282b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mypy-baseline.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ posthog/sentry/posthog_integration.py:0: error: Statement is unreachable [unrea
3535
posthog/ai/utils.py:0: error: Need type annotation for "output" (hint: "output: list[<type>] = ...") [var-annotated]
3636
posthog/ai/utils.py:0: error: Function "builtins.any" is not valid as a type [valid-type]
3737
posthog/ai/utils.py:0: note: Perhaps you meant "typing.Any" instead of "any"?
38-
posthog/ai/utils.py:0: error: Incompatible types in assignment (expression has type "UUID", variable has type "str | None") [assignment]
3938
posthog/ai/utils.py:0: error: Function "builtins.any" is not valid as a type [valid-type]
4039
posthog/ai/utils.py:0: note: Perhaps you meant "typing.Any" instead of "any"?
41-
posthog/ai/utils.py:0: error: Incompatible types in assignment (expression has type "UUID", variable has type "str | None") [assignment]
4240
sentry_django_example/sentry_django_example/settings.py:0: error: Need type annotation for "ALLOWED_HOSTS" (hint: "ALLOWED_HOSTS: list[<type>] = ...") [var-annotated]
4341
sentry_django_example/sentry_django_example/settings.py:0: error: Incompatible types in assignment (expression has type "str", variable has type "None") [assignment]

0 commit comments

Comments
 (0)