Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Nov 19, 2024
1 parent a36190d commit 5020f75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion paperqa/docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ async def aquery( # noqa: PLR0912
)
session.add_tokens(pre)
pre_str = pre.text

# make a context to include this
pre_context = Context(
text=Text(
Expand Down
1 change: 0 additions & 1 deletion paperqa/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ def formatted_citation(self) -> str:
return self.citation



class Text(Embeddable):
text: str
name: str
Expand Down

0 comments on commit 5020f75

Please sign in to comment.