Skip to content

Commit

Permalink
chore(exhale): remove outdated compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotzbua committed May 15, 2024
1 parent c995925 commit 61c932c
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 61c932c

Please sign in to comment.