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 a672eeb commit 5325786Copy full SHA for 5325786
src/griffe/_internal/extensions/base.py
@@ -603,7 +603,7 @@ def load_extensions(*exts: LoadableExtensionType) -> Extensions:
603
604
# TODO: Deprecate and remove at some point?
605
# Always add our built-in dataclasses extension.
606
- from griffe._internal.extensions.dataclasses import DataclassesExtension # noqa: PLC0415
+ from griffe._internal.extensions.dataclasses import DataclassesExtension # noqa: PLC0415
607
608
for ext in extensions._extensions:
609
if type(ext) is DataclassesExtension:
0 commit comments