未验证 提交 978daa98 编写于 作者: N Nyakku Shigure 提交者: GitHub

[CodeStyle][E306] add a blank line before nested function (#46895)

* [CodeStyle][E306] add a blank line before nested function

* revert changes

* add a blank line
上级 9b9fc3d8
......@@ -178,6 +178,7 @@ class FileReader(object):
if (self._getId(self._fileList[-1]) -
self._getId(self._fileList[0])) != len(self._fileList) - 1:
raise Exception("The file id should be countious!")
# sort
def _sortBySuffix(elem):
return int(elem.split(".")[-1])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册