Makes me want to drop 3.9

This commit is contained in:
Trenton H 2024-04-09 21:09:46 -07:00
parent 0b20a49862
commit 1798b36913

View File

@ -334,7 +334,7 @@ class GetConsumerMixin:
def get_consumer( def get_consumer(
self, self,
filepath: Path, filepath: Path,
overrides: DocumentMetadataOverrides | None = None, overrides: Union[DocumentMetadataOverrides, None] = None,
source: DocumentSource = DocumentSource.ConsumeFolder, source: DocumentSource = DocumentSource.ConsumeFolder,
) -> Generator[ConsumerPlugin, None, None]: ) -> Generator[ConsumerPlugin, None, None]:
# Store this for verification # Store this for verification