Skip to content

Commit 3d0764d

Browse files
committed
pylint
1 parent 106cdfd commit 3d0764d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

meilisearch/index.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from meilisearch._httprequests import HttpRequests
21
import urllib
2+
from meilisearch._httprequests import HttpRequests
33

44
# pylint: disable=too-many-ancestors
55
class Index():
@@ -958,4 +958,3 @@ def __settings_url_for(self, sub_route):
958958
self.config.paths.setting,
959959
sub_route
960960
)
961-

0 commit comments

Comments
 (0)