Skip to content

Commit

Permalink
fix imports to remove deprecation warning
Browse files Browse the repository at this point in the history
Signed-off-by: Daniele Trifirò <[email protected]>
  • Loading branch information
dtrifiro committed Sep 27, 2023
1 parent 9342cc4 commit 53581ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion caikit_tgis_backend/managed_tgis_subprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import requests

# First Party
from caikit.core.toolkit.errors import error_handler
from caikit.core.exceptions import error_handler
import alog

# Local
Expand Down
2 changes: 1 addition & 1 deletion caikit_tgis_backend/tgis_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
import grpc

# First Party
from caikit.core.exceptions import error_handler
from caikit.core.module_backends.backend_types import register_backend_type
from caikit.core.module_backends.base import BackendBase
from caikit.core.toolkit.errors import error_handler
import alog

# Local
Expand Down
2 changes: 1 addition & 1 deletion caikit_tgis_backend/tgis_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import grpc

# First Party
from caikit.core.toolkit.errors import error_handler
from caikit.core.exceptions import error_handler
import alog

# Local
Expand Down

0 comments on commit 53581ee

Please sign in to comment.