Skip to content

Commit c5ef00c

Browse files
committed
.
1 parent e8d62bb commit c5ef00c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

backend/onyx/connectors/confluence/onyx_confluence.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from urllib.parse import quote
2727

2828
import bs4
29-
from atlassian import Confluence
29+
from atlassian import Confluence # type:ignore
3030
from redis import Redis
3131
from requests import HTTPError
3232

@@ -212,8 +212,6 @@ def _probe_connection(
212212
self,
213213
**kwargs: Any,
214214
) -> None:
215-
from atlassian import Confluence # type:ignore[import-untyped]
216-
217215
merged_kwargs = {**self.shared_base_kwargs, **kwargs}
218216
# add special timeout to make sure that we don't hang indefinitely
219217
merged_kwargs["timeout"] = self.PROBE_TIMEOUT

0 commit comments

Comments
 (0)