Skip to content

Commit bc14e0a

Browse files
committed
fmt
1 parent cff8012 commit bc14e0a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/integration/fixtures/test_iam.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from databricks.sdk.service.workspace import ObjectType
22

3-
from databricks.labs.pytester.fixtures.iam import make_run_as
43

54

65
def test_new_user(make_user, ws):

tests/unit/fixtures/test_iam.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def test_make_user_no_args() -> None:
1616
ctx['ws'].users.create.assert_called_once()
1717
ctx['ws'].users.delete.assert_called_once()
1818

19+
1920
def test_make_run_as_no_args() -> None:
2021
ctx, run_as = call_stateful(make_run_as)
2122
assert ctx is not None

0 commit comments

Comments
 (0)