Skip to content

Commit

Permalink
minor form
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Mar 15, 2024
1 parent f9b3616 commit 31e9c09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion biosimulator_processes/data_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ class SedDataModel:
ModelUnits = ModelUnits



# --- Non-Pydantic FromDict classes
class FromDict(dict):
def __init__(self, value: Dict):
Expand Down
3 changes: 3 additions & 0 deletions commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ branch="$1"
if [ "${branch}" == "" ]; then
echo "Please specify a branch..."
read -r branch
if [ "${branch}" == "" ]; then
branch="main"
fi
fi

echo "Enter commit message: "
Expand Down

0 comments on commit 31e9c09

Please sign in to comment.