[train] add callbacks package compatibility (#19519)

This commit is contained in:
matthewdeng 2021-10-19 12:56:49 -07:00 committed by GitHub
parent 3e8587644b
commit 56e46c3c23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1 @@
from ray.train.callbacks import * # noqa: F401, F403