Skip to content

Commit

Permalink
util.py refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Mar 15, 2024
1 parent 40cdf5d commit 5ebeeae
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions apio/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,12 +487,6 @@ def get_package_spec_version(name, resources):
return spec_version


def change_filemtime(path, time):
"""DOC: TODO"""

os.utime(path, (time, time))


def exec_command(*args, **kwargs) -> dict: # pragma: no cover
"""Execute the given command:
Expand Down

0 comments on commit 5ebeeae

Please sign in to comment.