Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
divyegala committed Oct 25, 2023
1 parent c400bff commit 0a48203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pylibwholegraph/pylibwholegraph/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@

import os.path

with open(os.path.join(os.path.dirname(__file__), 'VERSION')) as version_file:
with open(os.path.join(os.path.dirname(__file__), "VERSION")) as version_file:
__version__ = version_file.read().strip()
__git_commit__ = ""

0 comments on commit 0a48203

Please sign in to comment.