pylint warnings
Someone on IRC reported that the latest version triggers weird pylint warnings:
"""foo"""
from gi.repository.GLib import get_monotonic_time
def monotonic_time():
"""bar"""
return get_monotonic_time()
E: 6,11: No value for argument 'self' in function call (no-value-for-parameter)
Bisecting points to: e534c167
Edited by Christoph Reiter