We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4df21 commit 2238626Copy full SHA for 2238626
roundup/anypy/time_.py
@@ -3,4 +3,4 @@
3
from time import perf_counter
4
except (ImportError, AttributeError):
5
# Python 2.5-2.7
6
- from time import clock as perf_counter # noqa: F401
+ from time import clock as perf_counter # noqa: F401
0 commit comments