Skip to content

Commit c9dbc32

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

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/test_pickle_core.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -642,9 +642,7 @@ def test_inotify_instance_limit_reached():
642642
)
643643
if result.returncode == 0:
644644
current_limit = int(result.stdout.strip())
645-
print(
646-
f"Current inotify max_user_instances limit: {current_limit}"
647-
)
645+
print(f"Current inotify max_user_instances limit: {current_limit}")
648646
else:
649647
current_limit = None
650648
print("Could not determine inotify limit")

0 commit comments

Comments
 (0)