Skip to content

Commit

Permalink
fix: isort linter issue!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed May 23, 2024
1 parent 6525673 commit 78debe4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
from typing import Any, List, Optional

import wikipedia
from llama_index.legacy.readers.base import BasePydanticReader
from llama_index.core import Document
from llama_index.legacy.readers.base import BasePydanticReader


class MediaWikiReader(BasePydanticReader):
Expand Down

0 comments on commit 78debe4

Please sign in to comment.