Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Ying Chen committed Mar 11, 2024
1 parent 357b2c7 commit 0050358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/installer/windows/scripts/generate_dependency.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from pathlib import Path
from promptflow._sdk._utils import render_jinja_template


def extract_requirements(file_path):
with open(file_path, 'r') as file:
tree = ast.parse(file.read())
Expand Down Expand Up @@ -71,7 +72,6 @@ def get_package_dependencies(package_name_list):
hidden_imports.remove("azure.storage.file.datalake")
hidden_imports.append("azure.storage.filedatalake")


render_context = {
"hidden_imports": hidden_imports,
"all_packages": all_packages,
Expand Down

0 comments on commit 0050358

Please sign in to comment.