Skip to content

Commit d896ab8

Browse files
committed
Exposing FFI to python
1 parent 3581e66 commit d896ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/datafusion/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class CatalogProviderExportable(Protocol):
8484
https://docs.rs/datafusion/latest/datafusion/catalog/trait.CatalogProvider.html
8585
"""
8686

87-
def __datafusion_catalog_provider__(self) -> object: ...
87+
def __datafusion_catalog_provider__(self) -> object: ... # noqa: D105
8888

8989

9090
class SessionConfig:

0 commit comments

Comments
 (0)