
- F401: imported but unused - F999: syntax error in doctest Fixing a couple of the F401's simply required fixing the doctests syntax where the imports were actually in use. Change-Id: If78abbb143daf8d005a71c5ab52836df29c5e0cd
3 lines
59 B
Python
3 lines
59 B
Python
# flake8: noqa
|
|
from keystoneclient.v3.client import Client
|