Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy committed Jan 10, 2024
1 parent ebb2ca9 commit eb31a05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Run linter
run: |
python${{ env.PY_VER }} -m pylint --rcfile=$(pwd)/.pylintrc gef.py tests/*/*.py
python${{ env.PY_VER }} -m pylint --rcfile=$(pwd)/.pylintrc ${{ env.GEF_PATH }} tests/*/*.py
standalone:
runs-on: ubuntu-latest
Expand Down
2 changes: 0 additions & 2 deletions tests/commands/set_permission.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
`set-permission` command test module
"""

import re

import pytest
from tests.base import RemoteGefUnitTestGeneric

Expand Down

0 comments on commit eb31a05

Please sign in to comment.