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.
1 parent d913e9f commit 0f54b20Copy full SHA for 0f54b20
fileformats/core/mixin.py
@@ -657,7 +657,7 @@ def register_converter(
657
describe_task(converter_spec.task),
658
)
659
return # actually the same task but just imported twice for some reason
660
- prev_unclassified = prev.unclassified # type: ignore[attr-defined]
+ prev_unclassified = prev.unclassified
661
unclassified = cls.unclassified # type: ignore[attr-defined]
662
raise FormatDefinitionError(
663
f"Cannot register converter from {prev_unclassified} "
0 commit comments