Skip to content

Commit a584255

Browse files
committed
Remove nonexistent Python entry
1 parent 516948f commit a584255

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: python/rapids-logger/rapids_logger/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from rapids_logger._version import __git_commit__, __version__
15+
from rapids_logger._version import __version__
1616
from rapids_logger.load import load_library
1717

18-
__all__ = ["__git_commit__", "__version__", "load_library"]
18+
__all__ = ["__version__", "load_library"]

0 commit comments

Comments
 (0)