Skip to content

Commit 664eff4

Browse files
authored
Update __init__.py
1 parent a28990e commit 664eff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def test_valid_testing():
9797
"""test_jar.py contains implemented functions"""
9898

9999
# https://stackoverflow.com/questions/845058/how-to-get-the-line-count-of-a-large-file-cheaply-in-python
100-
with open("test_jar.py", "rbU") as t:
100+
with open("test_jar.py", "rb") as t:
101101
num_lines = sum(1 for _ in t)
102102

103103
if num_lines < 20:

0 commit comments

Comments
 (0)