One more tuple here

This commit is contained in:
Trenton H
2026-01-28 15:57:33 -08:00
parent bd99fb66cf
commit 972f9a069c

View File

@@ -32,7 +32,7 @@ def _discover_parser_class() -> type[DateParserPluginBase]:
except Exception as e: except Exception as e:
# Log a warning # Log a warning
logger.warning(f"Could not query entry points for date parsers: {e}") logger.warning(f"Could not query entry points for date parsers: {e}")
eps = tuple() eps = ()
valid_plugins: list[EntryPoint] = [] valid_plugins: list[EntryPoint] = []
for ep in eps: for ep in eps: