Skip to content

Commit e2ed00a

Browse files
committed
fixed test coverage issue. Fixes #28
1 parent 94be17b commit e2ed00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_utils/time.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def timeout_generator(
163163

164164
if six.PY3: # pragma: no cover
165165
timer = time.perf_counter
166-
else:
166+
else: # pragma: no cover
167167
timer = time.time
168168

169169
end = timeout + timer()

0 commit comments

Comments
 (0)