runtime/monotonic_time.py
branchpython3
changeset 3750 f62625418bff
parent 3420 da8cceaa247d
--- a/runtime/monotonic_time.py	Mon Mar 27 10:19:14 2023 +0200
+++ b/runtime/monotonic_time.py	Fri Oct 28 12:39:15 2022 +0800
@@ -23,8 +23,8 @@
 SOFTWARE.
 '''
 
-from __future__ import print_function
-from __future__ import unicode_literals
+
+
 
 __author__ = 'Gavin Beatty <gavinbeatty@gmail.com>'
 __version__ = '2.1.0.dev0'