Skip to content

Commit

Permalink
mypy!
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuo-danswer committed Nov 6, 2024
1 parent 8e60f1b commit 33c15c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/danswer/connectors/confluence/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from typing import Any
from urllib.parse import quote

from atlassian import Confluence
from atlassian import Confluence # type: ignore

from danswer.configs.app_configs import CONFLUENCE_CONNECTOR_LABELS_TO_SKIP
from danswer.configs.app_configs import CONTINUE_ON_CONNECTOR_FAILURE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import Any

from atlassian import Confluence
from atlassian import Confluence # type: ignore
from sqlalchemy.orm import Session

from danswer.connectors.confluence.onyx_confluence import OnyxConfluence
Expand Down

0 comments on commit 33c15c1

Please sign in to comment.