Skip to content

Commit

Permalink
fix pylint and add license info
Browse files Browse the repository at this point in the history
  • Loading branch information
yunhaoling committed Sep 14, 2020
1 parent a3c48de commit 372bf6b
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
# --------------------------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
# --------------------------------------------------------------------------------------------
__path__ = __import__("pkgutil").extend_path(__path__, __name__) # type: ignore

0 comments on commit 372bf6b

Please sign in to comment.