Skip to content

Commit 774c013

Browse files
pre-commit-ci[bot]FlysonBot
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6ea91a5 commit 774c013

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/storage/test_user_data.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,3 @@ def test_prompt_delete_data_user_confirms(
117117
@patch("builtins.input", return_value="n")
118118
def test_prompt_delete_data_user_declines(self, mock_input):
119119
self.assertFalse(_prompt_delete_data("data.pickle"))
120-

0 commit comments

Comments
 (0)