Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
Signed-off-by: Kelly A <[email protected]>
  • Loading branch information
kellyaa committed Aug 3, 2023
1 parent 5c405a9 commit b01d204
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion caikit_ray_backend/ray_submitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

# First Party
from caikit.core.toolkit.errors import error_handler
from caikit.runtime.service_factory import ServicePackageFactory
import alog

# Local
Expand Down
1 change: 0 additions & 1 deletion caikit_ray_backend/ray_training_actor.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
# First Party
from caikit.core.modules import ModuleBase
from caikit.core.toolkit.errors import error_handler
from caikit.runtime.service_factory import ServicePackageFactory
import alog

log = alog.use_channel("RAYTRN")
Expand Down

0 comments on commit b01d204

Please sign in to comment.