提交 9ac92df0 authored 作者: Frederic Bastien's avatar Frederic Bastien

flake8

上级 307cb704
...@@ -6,7 +6,6 @@ types that it can raise. ...@@ -6,7 +6,6 @@ types that it can raise.
""" """
from __future__ import absolute_import, print_function, division from __future__ import absolute_import, print_function, division
from collections import OrderedDict from collections import OrderedDict
import sys
import time import time
import traceback import traceback
...@@ -280,7 +279,7 @@ class FunctionGraph(utils.object2): ...@@ -280,7 +279,7 @@ class FunctionGraph(utils.object2):
r.clients.append(new_client) r.clients.append(new_client)
def __remove_client__(self, r, client_to_remove, def __remove_client__(self, r, client_to_remove,
prune=True, reason=None): prune=True, reason=None):
""" """
Removes all from the clients list of r. Removes all from the clients list of r.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论