Fix lint error

This commit is contained in:
Paul Moore 2020-01-15 09:40:16 +00:00
parent 53eba71ef4
commit 21e5c0eb11
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ def update_version_file(version: str, filepath: str) -> None:
f.write(line)
assert file_modified, \
"Version file {} did not get modified".format(filepath)
"Version file {} did not get modified".format(filepath)
def create_git_tag(session: Session, tag_name: str, *, message: str) -> None: