Skip to content

Commit

Permalink
final resolving
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashutosh619-sudo committed Dec 24, 2024
1 parent 04c306b commit ee3a81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fyle_accounting_mappings/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ class Meta:
abstract = True

def save(self, force_insert: bool = False, force_update: bool = False, using: str | None=None,
update_fields: Iterable[str] | None=None, **kwargs,) -> None:
update_fields: Iterable[str] | None=None, **kwargs) -> None:
"""
Override the save method to set created_by and updated_by fields.
Expects a 'user' keyword argument containing the user instance.
Expand Down

0 comments on commit ee3a81e

Please sign in to comment.