We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 516948f commit a584255Copy full SHA for a584255
python/rapids-logger/rapids_logger/__init__.py
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-from rapids_logger._version import __git_commit__, __version__
+from rapids_logger._version import __version__
16
from rapids_logger.load import load_library
17
18
-__all__ = ["__git_commit__", "__version__", "load_library"]
+__all__ = ["__version__", "load_library"]
0 commit comments