Skip to content

Commit

Permalink
Merge branch 'main' into fix-pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice authored Jun 3, 2024
2 parents 37eda55 + e8c7375 commit 46ceaac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynvjitlink/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from pynvjitlink.api import NvJitLinker, NvJitLinkError
from pynvjitlink._version import __version__

__all__ = [NvJitLinker, NvJitLinkError, __version__]
__all__ = ["NvJitLinker", "NvJitLinkError", "__version__"]

0 comments on commit 46ceaac

Please sign in to comment.