diff roundup/anypy/time_.py @ 7774:60a6d50298c4

chore: fix whitespace before comment
author John Rouillard <rouilj@ieee.org>
date Sat, 02 Mar 2024 13:49:32 -0500
parents 07ce4e4110f5
children
line wrap: on
line diff
--- a/roundup/anypy/time_.py	Sat Mar 02 13:48:40 2024 -0500
+++ b/roundup/anypy/time_.py	Sat Mar 02 13:49:32 2024 -0500
@@ -3,4 +3,4 @@
     from time import perf_counter
 except (ImportError, AttributeError):
     # Python 2.5-2.7
-    from time import clock as perf_counter   # noqa: F401
+    from time import clock as perf_counter  # noqa: F401

Roundup Issue Tracker: http://roundup-tracker.org/