Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
divyegala committed Oct 10, 2023
1 parent c288237 commit d4ddb6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/pylibraft/pylibraft/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.
#

from pylibraft._version import __version__, __git_commit__\
from pylibraft._version import __git_commit__, __version__
2 changes: 1 addition & 1 deletion python/raft-ann-bench/src/raft-ann-bench/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.
#

from ._version import __version__, __git_commit__
from ._version import __git_commit__, __version__
2 changes: 1 addition & 1 deletion python/raft-dask/raft_dask/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.
#

from raft_dask._version import __version__, __git_commit__
from raft_dask._version import __git_commit__, __version__

0 comments on commit d4ddb6d

Please sign in to comment.