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 3581e66 commit d896ab8Copy full SHA for d896ab8
python/datafusion/context.py
@@ -84,7 +84,7 @@ class CatalogProviderExportable(Protocol):
84
https://docs.rs/datafusion/latest/datafusion/catalog/trait.CatalogProvider.html
85
"""
86
87
- def __datafusion_catalog_provider__(self) -> object: ...
+ def __datafusion_catalog_provider__(self) -> object: ... # noqa: D105
88
89
90
class SessionConfig:
0 commit comments