Skip to content

Commit 579d267

Browse files
committed
black
1 parent 5e4a32f commit 579d267

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

eng/tools/azure-sdk-tools/gh_tools/update_issue.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616

1717

1818
def get_build_info(service_directory: str, package_name: str) -> str:
19-
"""Get the pylint build info from the CI build logs.
20-
"""
19+
"""Get the pylint build info from the CI build logs."""
2120
build_id = os.getenv("BUILD_BUILDID")
2221
timeline_link = f"https://dev.azure.com/azure-sdk/internal/_apis/build/builds/{build_id}/timeline?api-version=6.0"
2322

0 commit comments

Comments
 (0)