Skip to content

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 71b1d49 commit 77228d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/pylibraft/pylibraft/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,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__ = ""
2 changes: 1 addition & 1 deletion python/raft-dask/raft_dask/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,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 77228d2

Please sign in to comment.