Skip to content

Commit 3b6c6ea

Browse files
committed
linting
1 parent d769775 commit 3b6c6ea

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

aikido_zen/sinks/tests/os_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ def test_os_create_path_with_multiple_slashes():
7979
with pytest.raises(AikidoPathTraversal):
8080
full_path = Path("flaskr/resources/blogs/") / file_path
8181
open(full_path, "r").close()
82-
82+
83+
8384
def test_os_create_path_with_multiple_double_slashes():
8485
import os
8586

0 commit comments

Comments
 (0)