Skip to content

Commit

Permalink
fix undefined exception icloud-photos-downloader#836
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyNikiforov authored May 23, 2024
1 parent a30495c commit 5f5df69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pyicloud_ipd/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
import getpass

from pyicloud_ipd.exceptions import (
PyiCloudConnectionException,
PyiCloudFailedLoginException,
PyiCloudAPIResponseException,
PyiCloud2SARequiredException,
Expand Down

0 comments on commit 5f5df69

Please sign in to comment.