Skip to content

Commit c034a52

Browse files
committed
Update ADL nspkg
1 parent 44e09c3 commit c034a52

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

azure-mgmt-datalake-nspkg/setup.py

-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@
4242
python_requires='<3',
4343
zip_safe=False,
4444
packages=[
45-
'azure',
46-
'azure.mgmt',
4745
'azure.mgmt.datalake',
4846
],
4947
install_requires=[

0 commit comments

Comments
 (0)