Skip to content

Commit cd548a3

Browse files
committed
chore: rework following new pylint version
1 parent 53c72f2 commit cd548a3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/xz/io.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)