Skip to content

fix: fix a lint issue#259

Merged
ashishb merged 1 commit intomasterfrom
ashishb/fix10
Apr 5, 2025
Merged

fix: fix a lint issue#259
ashishb merged 1 commit intomasterfrom
ashishb/fix10

Conversation

@ashishb
Copy link
Owner

@ashishb ashishb commented Apr 5, 2025

flake8 adbe --count --ignore=F401,E126,E501,W504 --show-source --statistics
adbe/adb_enhanced.py:643:9: F824 `global screen_record_file_path_on_device` is unused: name is never assigned in scope
        global screen_record_file_path_on_device
        ^
1     F824 `global screen_record_file_path_on_device` is unused: name is never assigned in scope
1
make: *** [Makefile:43: lint_python3] Error 1

```
flake8 adbe --count --ignore=F401,E126,E501,W504 --show-source --statistics
adbe/adb_enhanced.py:643:9: F824 `global screen_record_file_path_on_device` is unused: name is never assigned in scope
        global screen_record_file_path_on_device
        ^
1     F824 `global screen_record_file_path_on_device` is unused: name is never assigned in scope
1
make: *** [Makefile:43: lint_python3] Error 1
```
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Apr 5, 2025
@ashishb
Copy link
Owner Author

ashishb commented Apr 5, 2025

The failure is unrelated to my PR, it will be fixed in a follow-on PR

Ref: pypa/twine#1216

@ashishb ashishb merged commit 42f8951 into master Apr 5, 2025
10 of 11 checks passed
@ashishb ashishb deleted the ashishb/fix10 branch April 5, 2025 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant