Cleanup some type related warning (#3706)

This commit is contained in:
Stanislav Novosad
2025-10-14 12:00:17 -06:00
committed by GitHub
parent 44a2e34864
commit 6fb2412d26
3 changed files with 12 additions and 9 deletions

View File

@@ -893,7 +893,6 @@ class AgentDB:
token_type: Literal["api", "onepassword_service_account", "azure_client_secret_credential"],
) -> OrganizationAuthToken | AzureOrganizationAuthToken | None:
try:
print("lol")
async with self.Session() as session:
if token := (
await session.scalars(