Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace LightningClient with import from lightning_cloud #18544

Merged
merged 7 commits into from
Sep 13, 2023
Prev Previous commit
Next Next commit
replace LightningClient with import from lightning_cloud
  • Loading branch information
justusschock authored Sep 13, 2023
commit 9653de41c95920f40d6b889758e3f50505589d2d
1 change: 1 addition & 0 deletions src/lightning/app/utilities/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
from requests import Session
from requests.adapters import HTTPAdapter
from requests.exceptions import ConnectionError, ConnectTimeout, ReadTimeout
from lightning_cloud.rest_client import create_swagger_client, GridRestClient, LightningClient, _retry_wrapper, _DEFAULT_BACKOFF_MAX, _get_next_backoff_time # noqa: F401
from urllib3.util.retry import Retry

from lightning.app.core import constants
Expand Down