Skip to content

Commit

Permalink
Period/full stop on comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-parton committed Apr 26, 2024
1 parent b976e65 commit 7c07fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/db/models/fields/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ def _set_dimensions(self, instance, file):
width = None
height = None
# If an ImageFile or File is provided, assume that IO has already been
# handled, or that IO will soon need to be handled during the pre_save
# handled, or that IO will soon need to be handled during the pre_save.
elif isinstance(file, ImageFile):
width = file.width
height = file.height
Expand Down

0 comments on commit 7c07fc7

Please sign in to comment.