]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: add an empty line to appease flake8 37611/head
authorKefu Chai <kchai@redhat.com>
Tue, 13 Oct 2020 08:38:55 +0000 (16:38 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 14 Oct 2020 08:24:57 +0000 (16:24 +0800)
commit1b8393f85d228a37d306d997cea0276d52681612
tree3837ea866c053222b9ff78fafe17506464579b21
parent7c1544c04cf61edc5ad41dce9156ef622a4c5743
mgr/dashboard: add an empty line to appease flake8

silence the warnings like

./controllers/mgr_modules.py:38:5: E301 expected 1 blank line, found 0'
./controllers/user.py:69:5: E301 expected 1 blank line, found 0

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/pybind/mgr/dashboard/controllers/mgr_modules.py
src/pybind/mgr/dashboard/controllers/user.py