summaryrefslogtreecommitdiff
path: root/keystoneclient/auth/identity/v3/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'keystoneclient/auth/identity/v3/__init__.py')
-rw-r--r--keystoneclient/auth/identity/v3/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/keystoneclient/auth/identity/v3/__init__.py b/keystoneclient/auth/identity/v3/__init__.py
index f25bf5e..abbaa65 100644
--- a/keystoneclient/auth/identity/v3/__init__.py
+++ b/keystoneclient/auth/identity/v3/__init__.py
@@ -10,6 +10,8 @@
# License for the specific language governing permissions and limitations
# under the License.
+# flake8: noqa: F405
+
from keystoneclient.auth.identity.v3.base import * # noqa
from keystoneclient.auth.identity.v3.federated import * # noqa
from keystoneclient.auth.identity.v3.password import * # noqa