Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
phildominguez-gsa committed Nov 15, 2024
1 parent 96f043f commit 347427c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/audit/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,7 @@ def save_model(self, request, obj, form, change):
)
elif (
STATUS.IN_PROGRESS
and SacValidationWaiver.TYPES.PRIOR_REFERENCES
in obj.waiver_types
and SacValidationWaiver.TYPES.PRIOR_REFERENCES in obj.waiver_types
):
logger.info(
f"User {request.user.email} is applying waiver for SAC with status: {sac.submission_status}"
Expand Down

0 comments on commit 347427c

Please sign in to comment.