Skip to content

Commit

Permalink
fix: add comments from alvarobartt on pr argilla-io#3969
Browse files Browse the repository at this point in the history
  • Loading branch information
plaguss committed Oct 18, 2023
1 parent 2ca704c commit cd16b9e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ version = { attr = "argilla.__version__" }
"argilla.client.feedback.integrations.huggingface.card" = [
"argilla_template.md",
]
"argilla.client.feedback.integrations.huggingface.model_card" = [
"argilla_model_template.md",
]

[tool.pytest.ini_options]
log_format = "%(asctime)s %(name)s %(levelname)s %(message)s"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,4 @@
from ._dataset_card import ArgillaDatasetCard
from ._parser import size_categories_parser

__all__ = [
"ArgillaDatasetCard",
"size_categories_parser",
]
__all__ = ["ArgillaDatasetCard", "size_categories_parser"]
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from .model_card import (
from argilla.client.feedback.integrations.huggingface.model_card.model_card import (
ArgillaModelCard,
FrameworkCardData,
OpenAIModelCardData,
Expand Down

0 comments on commit cd16b9e

Please sign in to comment.