Skip to content

Commit e2e812a

Browse files
committed
@GitHK review: import
1 parent e1aabba commit e2e812a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

services/web/server/tests/unit/with_dbs/03/invitations/test_users_accounts_rest_registration.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# pylint: disable=unused-variable
77

88

9+
import asyncio
910
from collections.abc import AsyncGenerator
1011
from http import HTTPStatus
1112
from typing import Any
@@ -458,7 +459,6 @@ async def test_reject_user_account(
458459

459460
# 4. Verify rejection email was sent
460461
# Wait a bit for fire-and-forget task to complete
461-
import asyncio
462462

463463
await asyncio.sleep(0.1)
464464

@@ -558,7 +558,6 @@ async def test_approve_user_account_with_full_invitation_details(
558558

559559
# 3. Verify approval email was sent
560560
# Wait a bit for fire-and-forget task to complete
561-
import asyncio
562561

563562
await asyncio.sleep(0.1)
564563

0 commit comments

Comments
 (0)