]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks/cephfs: annotate variable without comment
authorKefu Chai <tchaikov@gmail.com>
Thu, 24 Nov 2022 05:46:27 +0000 (13:46 +0800)
committerIlya Dryomov <idryomov@gmail.com>
Fri, 25 Nov 2022 12:01:01 +0000 (13:01 +0100)
commit3d974daf4bb45bbdfa687c2859bac9ff0df137e4
tree3e0143641be777511410d5ed25aa013534e24051
parent532a97804c6d65aacc493723f6df080c4d0c5ef5
qa/tasks/cephfs: annotate variable without comment

to silence the warning like
```
flake8 run-test: commands[0] | flake8 --select=F,E9 --exclude=venv,.tox
./tasks/cephfs/test_full.py:6:5: F401 'typing.Optional' imported but unused
```

since we've migrated to python3.6 and up, there is no need to be
compatible with Python 2 anymore.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
(cherry picked from commit 2413da8c854bc46e79ca8d6e84f789f99747c203)
qa/tasks/cephfs/test_full.py