Skip to content

Commit 2b17f06

Browse files
WIP
1 parent 30eb1b3 commit 2b17f06

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/blockether_catalyst/integrations/agno/AgnoOsASGIModule.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ class AgnoOSAPISettings(AgnoAPISettings):
8181
default_factory=lambda: ["http://localhost:*"],
8282
description="CORS allowed origins",
8383
)
84-
api_token: Optional[str] = Field(default=None, description="API authentication token")
85-
8684

8785
class CookieConfig(BaseModel):
8886
"""Configuration for cookies."""

0 commit comments

Comments
 (0)