Skip to content

Commit a75db6a

Browse files
committed
Fix linter error
1 parent 279a54b commit a75db6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0
2727
- uses: actions/setup-python@v5
2828
with:
29-
python-version: '3.9'
29+
python-version: "3.9"
3030
- name: Lint Code Base
3131
uses: github/super-linter@v7
3232
env:

0 commit comments

Comments
 (0)