Skip to content

Commit 7ff5ce8

Browse files
committed
Fixed pylint issue
1 parent 45e77e8 commit 7ff5ce8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

geoip2/webservice.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ def insights(self, ip_address='me'):
149149
Use :py:method:`insights` instead.
150150
151151
"""
152-
return self._response_for('insights', geoip2.models.Insights, ip_address)
152+
return self._response_for('insights', geoip2.models.Insights,
153+
ip_address)
153154

154155
def omni(self, ip_address='me'):
155156
"""This method calls the GeoIP2 Precision: Insights endpoint.

0 commit comments

Comments
 (0)