-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a3c48de
commit 372bf6b
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
6 changes: 5 additions & 1 deletion
6
sdk/eventhub/azure-eventhub/azure/eventhub/extensions/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |