Skip to content

Commit

Permalink
fix Unable to Import 'httplib2' (E0401)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmitul9 committed May 14, 2024
1 parent 25dcdbe commit 4eb7800
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
- name: Install dependencies
run: pip install pylint

- name: Install httplib2
run: pip install httplib2

- name: Run Pylint
run: pylint main.py

0 comments on commit 4eb7800

Please sign in to comment.