Skip to content

Commit

Permalink
lint - kamangir/bolt#1234
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Feb 18, 2024
1 parent 4d0712e commit 659ef2c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
python -m pip install --upgrade pip
pip install pylint
pip install urllib3
pip install geojson
- name: Analysing the code with pylint
run: |
pylint -d W1203,C0103,C0111,C0114,C0115,C0116,C0411,W0404,W0237,C0209,C0415,W0621,W0702,W0102 $(git ls-files '*.py')
2 changes: 1 addition & 1 deletion abcli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

NAME = "abcli"

VERSION = "7.2704.1"
VERSION = "7.2706.1"

DESCRIPTION = "🚀 a language to speak AI."

Expand Down
1 change: 0 additions & 1 deletion abcli/file/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ def download(
if not overwrite and exist(filename):
return True

success = True
try:
import urllib3

Expand Down

0 comments on commit 659ef2c

Please sign in to comment.