Skip to content

Commit b375195

Browse files
snalawadopenshift-merge-bot[bot]
authored andcommitted
updated with pre-commit changes
1 parent 58d11b7 commit b375195

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/codeflare_sdk/__init__.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
from importlib.metadata import version, PackageNotFoundError
2424

2525
try:
26-
__version__ = version("codeflare-sdk") #Update with latest version with each release
26+
__version__ = version(
27+
"codeflare-sdk"
28+
) # Update with latest version with each release
2729

2830
except PackageNotFoundError:
29-
__version__ = "unknown"
31+
__version__ = "unknown"

0 commit comments

Comments
 (0)