Skip to content

Commit

Permalink
fix: fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
maxandersen committed Feb 10, 2019
1 parent 4b27a65 commit ffd2369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def find_version(*file_paths):


def get_git_commit_datetime() -> str:
"""Return timestamp from last commit"""
"""Return timestamp from last commit."""
try:
commit_hash = (
subprocess.check_output(
Expand Down

0 comments on commit ffd2369

Please sign in to comment.