File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ adheres to [Semantic Versioning](https://semver.org/).
1111
1212### :house : Internal
1313
14- - Necessary code changes following dev dependency update: black, pytest
14+ - Necessary code changes following dev dependency update: black, pylint, pytest
1515- Refactor a descriptor following PEP 487
1616- Add tests for CPython 3.11 and PyPy 3.9
1717- Use CPython 3.11 for misc. tests
Original file line number Diff line number Diff line change @@ -187,7 +187,6 @@ def close(self) -> None:
187187 super ().close ()
188188
189189 # the methods below are expected to be implemented by subclasses
190- # pylint: disable=no-self-use
191190
192191 def _read (self , size : int ) -> bytes : # pragma: no cover
193192 """Read and return up to size bytes, where size is an int.
You can’t perform that action at this time.
0 commit comments