diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 66b77ddd..ba6a12b0 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -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') diff --git a/abcli/__init__.py b/abcli/__init__.py index ed4365e0..b60a0357 100644 --- a/abcli/__init__.py +++ b/abcli/__init__.py @@ -2,7 +2,7 @@ NAME = "abcli" -VERSION = "7.2704.1" +VERSION = "7.2706.1" DESCRIPTION = "🚀 a language to speak AI." diff --git a/abcli/file/functions.py b/abcli/file/functions.py index 5f611478..f3c44cbb 100644 --- a/abcli/file/functions.py +++ b/abcli/file/functions.py @@ -195,7 +195,6 @@ def download( if not overwrite and exist(filename): return True - success = True try: import urllib3