mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 22:14:18 +02:00
lint cuz i dont have precommit
This commit is contained in:
parent
2f59ad9380
commit
1a9f95299a
1 changed files with 1 additions and 3 deletions
|
|
@ -27,9 +27,7 @@ class TestOAuthProxyStorage:
|
|||
return verifier
|
||||
|
||||
@pytest.fixture
|
||||
async def temp_storage(
|
||||
self
|
||||
) -> AsyncGenerator[MultiDiskStore, None]:
|
||||
async def temp_storage(self) -> AsyncGenerator[MultiDiskStore, None]:
|
||||
"""Create file-based storage for testing."""
|
||||
with tempfile.TemporaryDirectory() as temp_dir:
|
||||
disk_store = MultiDiskStore(base_directory=Path(temp_dir))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue