Skip to content

Commit b08d63a

Browse files
Format code with Black
1 parent 578bbbf commit b08d63a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.py

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

1717
DEEPSOURCE_TEST_COVERAGE_ANALYZER_SHORTCODE = "test-coverage"
1818

19-
GITHUB_WORKSPACE_PATH = os.environ.get('GITHUB_WORKSPACE')
19+
GITHUB_WORKSPACE_PATH = os.environ.get("GITHUB_WORKSPACE")
20+
2021

2122
def main() -> None:
2223
"""

0 commit comments

Comments
 (0)