Refactor: Resolve remaining flake8 violations 62/68962/1
authorThanh Ha <zxiiro@gmail.com>
Sat, 9 Oct 2021 14:39:41 +0000 (10:39 -0400)
committerThanh Ha <zxiiro@gmail.com>
Sat, 9 Oct 2021 14:53:51 +0000 (10:53 -0400)
commit0480e69da29b290b01bbd5bbb6052ef6c95d15cb
treeb3a041d48f273e6d73e39f7c4f5fea5bffad23c9
parent8968dfeb96c0334c273860ca64103b6fe7028ac4
Refactor: Resolve remaining flake8 violations

- E304 blank lines found after function decorator
- E402 module level import not at top of file
- E741 ambiguous variable name 'l'
- F522 '...'.format(...) has unused named argument(s): end
- W601 .has_key() is deprecated, use 'in'

Change-Id: I2607e7bb195f6175a7b331e89870fa23e225e31c
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
.flake8 [new file with mode: 0644]
docs/conf.py
lftools/cli/deploy.py
lftools/cli/infofile.py
lftools/cli/ldap_cli.py
lftools/openstack/stack.py