feat: rename docker to letta/letta
#343
Annotations
10 errors
Run Pyright:
locust_test.py#L4
Import "locust" could not be resolved (reportMissingImports)
|
Run Pyright:
locust_test.py#L43
Argument of type "str | None" cannot be assigned to parameter "human" of type "str" in function "__init__"
Type "str | None" is not assignable to type "str"
"None" is not assignable to "str" (reportArgumentType)
|
Run Pyright:
main.py#L1
Import "typer" could not be resolved (reportMissingImports)
|
Run Pyright:
alembic/env.py#L4
Import "sqlalchemy" could not be resolved (reportMissingImports)
|
Run Pyright:
alembic/env.py#L6
"context" is unknown import symbol (reportAttributeAccessIssue)
|
Run Pyright:
alembic/versions/9a505cc7eca9_create_a_baseline_migrations.py#L11
Import "pgvector" could not be resolved (reportMissingImports)
|
Run Pyright:
alembic/versions/9a505cc7eca9_create_a_baseline_migrations.py#L12
Import "sqlalchemy" could not be resolved (reportMissingImports)
|
Run Pyright:
alembic/versions/9a505cc7eca9_create_a_baseline_migrations.py#L13
Import "sqlalchemy.dialects" could not be resolved (reportMissingImports)
|
Run Pyright:
alembic/versions/9a505cc7eca9_create_a_baseline_migrations.py#L16
"op" is unknown import symbol (reportAttributeAccessIssue)
|
Run Pyright:
alembic/versions/b6d7ca024aa9_add_agents_tags_table.py#L11
Import "sqlalchemy" could not be resolved (reportMissingImports)
|
Loading