Skip to content

Commit 2f53e35

Browse files
committed
Delete pylint directive
1 parent efd955f commit 2f53e35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

maxminddb/extension.pyi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ from typing_extensions import Self
88

99
from maxminddb.types import Record
1010

11+
1112
class Reader:
1213
"""A C extension implementation of a reader for the MaxMind DB format.
1314
@@ -59,7 +60,7 @@ class Reader:
5960
def __enter__(self) -> Self: ...
6061
def __exit__(self, *args) -> None: ... # noqa: ANN002
6162

62-
# pylint: disable=too-few-public-methods
63+
6364
class Metadata:
6465
"""Metadata for the MaxMind DB reader."""
6566

0 commit comments

Comments
 (0)