Skip to content

Commit b1397c9

Browse files
committed
Remove redundant import statements in HuggingFace integration
1 parent cf57df0 commit b1397c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/zenml/integrations/huggingface/deployers/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@
1515

1616
from zenml.integrations.huggingface.deployers.huggingface_deployer import (
1717
HuggingFaceDeployer,
18-
HuggingFaceDeployerSettings,
1918
)
2019

2120
__all__ = [
2221
"HuggingFaceDeployer",
23-
"HuggingFaceDeployerSettings",
2422
]

src/zenml/integrations/huggingface/flavors/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
from zenml.integrations.huggingface.flavors.huggingface_deployer_flavor import ( # noqa
1717
HuggingFaceDeployerConfig,
1818
HuggingFaceDeployerFlavor,
19+
HuggingFaceDeployerSettings,
1920
)
2021
from zenml.integrations.huggingface.flavors.huggingface_model_deployer_flavor import ( # noqa
2122
HuggingFaceModelDeployerConfig,
@@ -29,4 +30,5 @@
2930
"HuggingFaceModelDeployerConfig",
3031
"HuggingFaceModelDeployerFlavor",
3132
"HuggingFaceBaseConfig",
33+
"HuggingFaceDeployerSettings",
3234
]

0 commit comments

Comments
 (0)