Skip to content

Commit 30a716f

Browse files
committed
remove redundant print statements
1 parent 3e7f4b9 commit 30a716f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

notebook/tests/test_paths.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ def test_path_regex():
1515
'/x/foo/bar',
1616
'/x/foo/bar.txt',
1717
):
18-
print(type(path))
19-
print(type(path_pat))
2018
assert re.match(path_pat, path)
2119

2220
def test_path_regex_bad():

0 commit comments

Comments
 (0)