Skip to content

Commit

Permalink
Revert isort on __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
diondrapeck committed May 2, 2024
1 parent 1ba0d3e commit 708cc9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/ml/azure-ai-ml/azure/ai/ml/entities/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,4 +546,3 @@ def __getattr__(name: str):
return requested

raise AttributeError(f"module 'azure.ai.ml.entities' has no attribute {name}")

0 comments on commit 708cc9a

Please sign in to comment.