Skip to content

Commit

Permalink
fix review
Browse files Browse the repository at this point in the history
  • Loading branch information
Qouagga committed Nov 13, 2023
1 parent 402f489 commit 5a8fae3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion backend/api/serializers/annotation_campaign.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ def create(self, validated_data):
annotation_scope=validated_data["annotation_scope"],
owner_id=validated_data["owner_id"],
instructions_url=validated_data.get("instructions_url"),
created_at=datetime.today(),
)
campaign.save()
campaign.datasets.set(validated_data["datasets"])
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ gunicorn = "^20.1.0"
psycopg2-binary = "^2.8.6"
sentry-sdk = "^1.3.1"
drf-spectacular = "^0.26.0"
freezegun = "^1.2.2"

[tool.poetry.group.dev.dependencies]
pytest = "^5.2"
Expand All @@ -23,6 +22,7 @@ pylint = "2.14.5"
pylint-django = "^2.5.3"
django-debug-toolbar = "^4.0.0"
faker = "^19.3.1"
freezegun = "^1.2.2"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 5a8fae3

Please sign in to comment.