Skip to content

Commit 015855d

Browse files
authored
Remove azure namespace (#506)
1 parent 4dbf726 commit 015855d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+73
-171
lines changed

.flake8

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
ignore = W503,E402,E731
33
exclude =
44
.git, __pycache__, build, dist, .eggs, .github, .local, docs/,
5-
Samples, azure/functions_worker/protos/,
6-
azure/functions_worker/typing_inspect.py,
5+
Samples, azure_functions_worker/protos/,
6+
azure_functions_worker/typing_inspect.py,
77
tests/unittests/test_typing_inspect.py

azure/__init__.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

azure/functions_worker/protos/_src/src/proto/google/protobuf/duration.proto

Lines changed: 0 additions & 117 deletions
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from azure.functions_worker import main
1+
from azure_functions_worker import main
22

33
if __name__ == '__main__':
44
main.main()
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)