Skip to content

Commit

Permalink
Revert buffer.__init__ call
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Jul 31, 2024
1 parent 2289928 commit 93c5489
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -174,5 +174,6 @@ messages_control.disable = [
"missing-class-docstring",
"no-member",
"no-value-for-parameter",
"super-init-not-called",
"unsupported-assignment-operation",
]
1 change: 0 additions & 1 deletion src/ome2024_ngff_challenge/resave.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ class TextBuffer(Buffer):
"""

def __init__(self, text):
super().__init__(self)
self.text = text
self._data = list(text)

Expand Down

0 comments on commit 93c5489

Please sign in to comment.