Skip to content

Commit

Permalink
style: reformatted main & util
Browse files Browse the repository at this point in the history
  • Loading branch information
Poiuy7312 committed Sep 20, 2023
1 parent 0de2ae4 commit 0861276
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions chasten/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,7 @@ def log() -> None:
# of the chasten tool
server.start_syslog_server()


# ---
# End region: Command-line interface functions }}}
# ---
4 changes: 2 additions & 2 deletions chasten/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ def get_chasten_version() -> str:
# there is not a working package that importlib.metadata can access with a version;
# in this situation the function should return the default value of 0.0.0
except importlib.metadata.PackageNotFoundError:
# If method fails, return a default version
version_string_of_foo = default_chasten_semver
# If method fails, return a default version
version_string_of_foo = default_chasten_semver
return version_string_of_foo


Expand Down

0 comments on commit 0861276

Please sign in to comment.