Skip to content

Commit 914dedf

Browse files
committed
format
1 parent d0f98ba commit 914dedf

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

eng/tools/azure-sdk-tools/packaging_tools/sdk_generator.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ def execute_func_with_timeout(func, timeout: int = 900) -> Any:
5050
return multiprocessing.Pool(processes=1).apply_async(func).get(timeout)
5151

5252

53-
54-
55-
5653
# return relative path like: network/azure-mgmt-network
5754
def extract_sdk_folder(python_md: List[str]) -> str:
5855
pattern = ["$(python-sdks-folder)", "azure-mgmt-"]
@@ -123,9 +120,6 @@ def get_related_swagger(readme_content: List[str], tag: str) -> List[str]:
123120
return result
124121

125122

126-
127-
128-
129123
def main(generate_input, generate_output):
130124
with open(generate_input, "r") as reader:
131125
data = json.load(reader)

0 commit comments

Comments
 (0)