Skip to content

Commit 9c8264e

Browse files
author
Jesus Terrazas
committed
ignore E402
1 parent b52eb06 commit 9c8264e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • libraries/microsoft-agents-a365-tooling-extensions-google

libraries/microsoft-agents-a365-tooling-extensions-google/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
helper_path = Path(__file__).parent.parent.parent / "versioning" / "helper"
1414
sys.path.insert(0, str(helper_path))
1515

16-
from setup_utils import get_dynamic_dependencies #noqa: E402
16+
from setup_utils import get_dynamic_dependencies # noqa: E402
1717

1818
# Use minimum version strategy:
1919
# - Internal packages get: >= current_base_version (e.g., >= 0.1.0)

0 commit comments

Comments
 (0)