Skip to content

Commit 153ed7b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1aaa0a1 commit 153ed7b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/tests_app/runners/test_cloud.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1527,9 +1527,7 @@ def run(self):
15271527

15281528
assert not (path / ".lightningignore").exists()
15291529

1530-
with mock.patch(
1531-
"lightning_app.source_code.local._copytree", wraps=_copytree
1532-
) as copy_mock, caplog.at_level(
1530+
with mock.patch("lightning_app.source_code.local._copytree", wraps=_copytree) as copy_mock, caplog.at_level(
15331531
logging.WARN
15341532
):
15351533
cloud_runtime.dispatch()

0 commit comments

Comments
 (0)