fix(confluence): add missing import (#350)

This commit is contained in:
Patrick Decat 2023-08-29 20:36:14 +02:00 committed by GitHub
parent 681a8a423f
commit 3c5cdb07c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ from typing import cast
from urllib.parse import urlparse
from atlassian import Confluence # type:ignore
from requests import HTTPError
from danswer.configs.app_configs import CONTINUE_ON_CONNECTOR_FAILURE
from danswer.configs.app_configs import INDEX_BATCH_SIZE