Skip to content

Commit

Permalink
updated with pre-commit changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Suyash Nalawade authored and openshift-merge-bot[bot] committed Jul 11, 2024
1 parent 58d11b7 commit b375195
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/codeflare_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
from importlib.metadata import version, PackageNotFoundError

try:
__version__ = version("codeflare-sdk") #Update with latest version with each release
__version__ = version(
"codeflare-sdk"
) # Update with latest version with each release

except PackageNotFoundError:
__version__ = "unknown"
__version__ = "unknown"

0 comments on commit b375195

Please sign in to comment.