Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen committed Sep 6, 2024
1 parent 13ed402 commit 522c12b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/palace/manager/util/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import time
from collections.abc import Callable, Mapping, Sequence
from json import JSONDecodeError
from typing import TYPE_CHECKING, Any
from typing import Any
from urllib.parse import urlparse

import requests
Expand All @@ -28,9 +28,6 @@
ProblemDetailException,
)

if TYPE_CHECKING:
pass


class RemoteIntegrationException(IntegrationException, BaseProblemDetailException):
"""An exception that happens when we try and fail to communicate
Expand Down

0 comments on commit 522c12b

Please sign in to comment.