Skip to content

Commit de16f28

Browse files
committed
chore(exhale): remove outdated comatibilty
1 parent 7e28b51 commit de16f28

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

exhale/utils.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,7 @@ def time_string(start, end):
9898

9999

100100
def get_time():
101-
if sys.version_info > (3, 3):
102-
# monotonic introduced in 3.3
103-
return time.monotonic()
104-
else:
105-
return time.time()
101+
return time.monotonic()
106102

107103

108104
AVAILABLE_KINDS = [

0 commit comments

Comments
 (0)