We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
is_hydration_needed
1 parent 33a6412 commit df401d1Copy full SHA for df401d1
paperqa/types.py
@@ -665,7 +665,7 @@ def source_quality_message(self) -> str:
665
def is_hydration_needed(
666
self,
667
exclusion: Collection[str] = OPTIONAL_HYDRATION_FIELDS,
668
- inclusion: Collection[str] = [],
+ inclusion: Collection[str] = (),
669
) -> bool:
670
"""Determine if we have unfilled attributes."""
671
if inclusion:
0 commit comments