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:
parent
75808b0026
commit
42b93bed42
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user