Skip to content

Commit 3060469

Browse files
committed
fix usage
1 parent e33c1f2 commit 3060469

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/service-library/tests/redis/test_project_lock.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
import asyncio
88
from typing import cast
9+
from unittest import mock
910
from uuid import UUID
1011

1112
import pytest
@@ -46,9 +47,6 @@ def owner(request: pytest.FixtureRequest) -> Owner:
4647
return Owner(**request.param)
4748

4849

49-
from unittest import mock
50-
51-
5250
@pytest.fixture
5351
def mocked_notification_cb() -> mock.AsyncMock:
5452
return mock.AsyncMock()

0 commit comments

Comments
 (0)