Cleanup some type related warning (#3706)
This commit is contained in:
committed by
GitHub
parent
44a2e34864
commit
6fb2412d26
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user