Skip to content

Commit

Permalink
fix noqa
Browse files Browse the repository at this point in the history
  • Loading branch information
mberr committed May 6, 2022
1 parent 0ffae20 commit a86487b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/torch_max_mem/version.py
Expand Up @@ -38,4 +38,4 @@ def get_version(with_git_hash: bool = False):


if __name__ == "__main__":
print(get_version(with_git_hash=True)) # noqa:T001
print(get_version(with_git_hash=True)) # noqa:T201

0 comments on commit a86487b

Please sign in to comment.