Skip to content

Commit

Permalink
chore(exhale): remove outdated comatibilty
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotzbua committed Oct 20, 2023
1 parent 7e28b51 commit de16f28
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions exhale/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,7 @@ def time_string(start, end):


def get_time():
if sys.version_info > (3, 3):
# monotonic introduced in 3.3
return time.monotonic()
else:
return time.time()
return time.monotonic()


AVAILABLE_KINDS = [
Expand Down

0 comments on commit de16f28

Please sign in to comment.