summaryrefslogtreecommitdiff
path: root/pygerrit/stream.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygerrit/stream.py')
-rw-r--r--pygerrit/stream.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/pygerrit/stream.py b/pygerrit/stream.py
index ed09e73..ba9525b 100644
--- a/pygerrit/stream.py
+++ b/pygerrit/stream.py
@@ -33,10 +33,7 @@ from threading import Thread, Event
from pygerrit.error import GerritError
from pygerrit.events import GerritEvent
-# pylint: disable-msg=W0611
-# GerritEventFactory is used, but pylint does not detect it
from pygerrit.events import GerritEventFactory
-# pylint: enable-msg=W0611
@GerritEventFactory.register("gerrit-stream-error")