Skip to content

Commit 5a1c8a6

Browse files
committed
disable lynt error too-many-public-methods
1 parent 0b2b3d3 commit 5a1c8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meilisearch/index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import urllib
22
from meilisearch._httprequests import HttpRequests
33

4-
# pylint: disable=too-many-ancestors
4+
# pylint: disable=R0904
55
class Index():
66
"""
77
Indexes routes wrapper

0 commit comments

Comments
 (0)