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 4ce1f3b commit b8f3694Copy full SHA for b8f3694
src/zenml/integrations/evidently/__init__.py
@@ -74,8 +74,9 @@ def get_requirements(
74
"""
75
from zenml.integrations.pandas import PandasIntegration
76
77
- return cls.REQUIREMENTS + \
78
- PandasIntegration.get_requirements(target_os=target_os, python_version=python_version)
+ return cls.REQUIREMENTS + PandasIntegration.get_requirements(
+ target_os=target_os, python_version=python_version
79
+ )
80
81
@classmethod
82
def flavors(cls) -> List[Type[Flavor]]:
0 commit comments