Skip to content

Commit

Permalink
Removed unused error
Browse files Browse the repository at this point in the history
Signed-off-by: Emerson Rounds <[email protected]>
  • Loading branch information
emboman13 authored Apr 27, 2023
1 parent a40904b commit 011a762
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tuf/api/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,7 @@ class DownloadLengthMismatchError(DownloadError):
class SlowRetrievalError(DownloadError):
"""Indicate that downloading a file took an unreasonably long time."""


class NetworkUnavailableError(DownloadError):
"""Indicate that a network connection is not available."""



class DownloadHTTPError(DownloadError):
"""
Returned by FetcherInterface implementations for HTTP errors.
Expand Down

0 comments on commit 011a762

Please sign in to comment.