Skip to content

Commit 2238626

Browse files
committed
chore: fix whitespace before comment
1 parent 5b4df21 commit 2238626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/anypy/time_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from time import perf_counter
44
except (ImportError, AttributeError):
55
# Python 2.5-2.7
6-
from time import clock as perf_counter # noqa: F401
6+
from time import clock as perf_counter # noqa: F401

0 commit comments

Comments
 (0)