Skip to content

Commit 986905a

Browse files
committed
Function changed position in code
1 parent 6443c34 commit 986905a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

tests/util/test_client.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,8 @@
66

77
from pytest import mark
88

9-
from murfey.util.client import (
10-
_get_visit_list,
11-
read_config,
12-
set_default_acquisition_output,
13-
)
9+
from murfey.client import _get_visit_list
10+
from murfey.util.client import read_config, set_default_acquisition_output
1411
from murfey.util.models import Visit
1512

1613
test_read_config_params_matrix = (

0 commit comments

Comments
 (0)