Skip to content

Commit 289f641

Browse files
committed
1
1 parent 20cbee5 commit 289f641

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/storage/cache_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""
55
import asyncio
66
import time
7-
from typing import Dict, Any, Optional, Callable, Awaitable
7+
from typing import Dict, Any, Optional
88
from collections import deque
99
from abc import ABC, abstractmethod
1010

src/web_routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from .auth import (
2626
create_auth_url, get_auth_status,
2727
verify_password, generate_auth_token, verify_auth_token,
28-
batch_upload_credentials, asyncio_complete_auth_flow,
28+
asyncio_complete_auth_flow,
2929
load_credentials_from_env, clear_env_credentials
3030
)
3131
from .credential_manager import CredentialManager

0 commit comments

Comments
 (0)