Merge pull request #55 from steamcmd/rewrite #120
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
test.yml
on: push
Test Image
27s
Python Lint
12s
Annotations
3 errors
|
Python Lint:
src/utils/steam.py#L107
src/utils/steam.py:107:13: F841 Local variable `count` is assigned to but never used
|
|
Python Lint:
src/utils/steam.py#L54
src/utils/steam.py:54:13: F841 Local variable `count` is assigned to but never used
|
|
Python Lint:
src/tasks/check_incorrect_apps.py#L27
src/tasks/check_incorrect_apps.py:27:13: F402 Import `app` from line 1 shadowed by loop variable
|