提交 927a6205 编写于 作者: D Dan Bader

Fix flake8

上级 5572e128
......@@ -7,7 +7,10 @@ import time
class Pipeline:
"""Class to allow a single element pipeline between producer and consumer."""
"""
Class to allow a single element pipeline
between producer and consumer.
"""
def __init__(self):
self.value = 0
......
......@@ -8,7 +8,10 @@ SENTINEL = object()
class Pipeline:
"""Class to allow a single element pipeline between producer and consumer."""
"""
Class to allow a single element pipeline
between producer and consumer.
"""
def __init__(self):
self.message = 0
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册