Add support of pkgutil-style namespace packages (#7422)

* Add support of pkgutil-style namespace packages

* fix linter issue (mypy)

* fix linter issue (mypy)

* ignore # mypy issue #1422

* E261 at least two spaces before inline comment
This commit is contained in:
Sergey Lyubimtsev 2021-09-08 19:28:00 +03:00 committed by GitHub
parent 75808b0026
commit 42b93bed42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2018-2021 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
__path__ = __import__('pkgutil').extend_path(__path__, __name__) # type: ignore # mypy issue #1422