Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: exception handling #2454

Merged
merged 10 commits into from
Oct 17, 2023
3 changes: 0 additions & 3 deletions apiserver/plane/api/serializers/project.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Django imports
from django.db import IntegrityError

# Third party imports
from rest_framework import serializers

Expand Down
Loading
Loading