Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinicius Vaz committed Oct 31, 2023
1 parent 797d5ce commit 2b8edba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ REPOSITORY_LABEL = "Default Pieces Repository"

# The version of this Pieces release
# Attention: changing this will create a new release
VERSION = "0.4.5"
VERSION = "0.4.5"


4 changes: 2 additions & 2 deletions pieces/CustomPythonPiece/models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from pydantic import BaseModel, Field, Extra, Union
from pydantic import BaseModel, Field, Extra
from domino.models import OutputModifierModel, OutputModifierItemType
from typing import List
from typing import List, Union


class InputKwargsModel(BaseModel):
Expand Down

0 comments on commit 2b8edba

Please sign in to comment.