Skip to content

Commit 1eacc5b

Browse files
committed
Revert import changes in test_account.py
1 parent af6b103 commit 1eacc5b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

test/integration/models/account/test_account.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
import time
22
from datetime import datetime
3+
from test.integration.conftest import get_region
4+
from test.integration.helpers import (
5+
get_test_label,
6+
retry_sending_request,
7+
wait_for_condition,
8+
)
39

410
import pytest
511

@@ -11,12 +17,6 @@
1117
Login,
1218
User,
1319
)
14-
from test.integration.conftest import get_region
15-
from test.integration.helpers import (
16-
get_test_label,
17-
retry_sending_request,
18-
wait_for_condition
19-
)
2020

2121

2222
@pytest.mark.smoke

0 commit comments

Comments
 (0)