Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 15, 2022
1 parent 1aaa0a1 commit 153ed7b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/tests_app/runners/test_cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -1527,9 +1527,7 @@ def run(self):

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

with mock.patch(
"lightning_app.source_code.local._copytree", wraps=_copytree
) as copy_mock, caplog.at_level(
with mock.patch("lightning_app.source_code.local._copytree", wraps=_copytree) as copy_mock, caplog.at_level(
logging.WARN
):
cloud_runtime.dispatch()
Expand Down

0 comments on commit 153ed7b

Please sign in to comment.