Skip to content

Commit

Permalink
Make linter happy: F811 redefinition of unused 'size',
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Aug 21, 2023
1 parent eea9a63 commit a2ef5e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/zope/file/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ class File(persistent.Persistent):
mimeType = None

_data = b""
size = 0

def __init__(self, mimeType=None, parameters=None):
self.mimeType = mimeType
Expand Down

0 comments on commit a2ef5e8

Please sign in to comment.