fixed pylint warnings
Change-Id: Ibb3da77e9a53b7293a280659defc029416e30e3b
This commit is contained in:

committed by
Enrico Faulhaber

parent
a928c95efd
commit
c1eb764b09
@ -54,6 +54,7 @@ class Connection:
|
||||
|
||||
@pytest.fixture(name='init')
|
||||
def init_(monkeypatch):
|
||||
# pylint: disable=unnecessary-dunder-call
|
||||
logger.__init__()
|
||||
|
||||
class Playground:
|
||||
|
Reference in New Issue
Block a user