Skip to content

Commit

Permalink
remove the wrong __del__ definition for `ZPublisher.HTTPRequest.Lim…
Browse files Browse the repository at this point in the history
…itedFileReader`
  • Loading branch information
d-maurer committed Oct 13, 2023
1 parent d87e918 commit ffb644f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ZPublisher/HTTPRequest.py
Original file line number Diff line number Diff line change
Expand Up @@ -1539,9 +1539,6 @@ def __next__(self):
raise StopIteration()
return data

def __del__(self):
return self.fp.__del__()

def __getattr__(self, attr):
if attr not in self.DELEGATE:
raise AttributeError(attr)
Expand Down

0 comments on commit ffb644f

Please sign in to comment.