Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
brmzkw committed Mar 22, 2024
1 parent 6b2433a commit 838f32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesads/app/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ def form_valid(self, form):
try:
with transaction.atomic():
self.ads_users_formset.save()
except IntegrityError as exc:
except IntegrityError:
errmsg = [
c
for c in ADSUser._meta.constraints
Expand Down

0 comments on commit 838f32b

Please sign in to comment.