Skip to content
Snippets Groups Projects
Commit 69770417 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Pylint: Don't check for optional module

parent 2499d4dc
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
from gajim.common import app
if app.is_installed('GEOCLUE'):
from gi.repository import Geoclue # pylint: disable=ungrouped-imports
from gi.repository import Geoclue # pylint: disable=ungrouped-imports,no-name-in-module
log = logging.getLogger('gajim.c.dbus.location')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment