Skip to content

Commit

Permalink
Added improved makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
willguibr committed Mar 30, 2024
1 parent 3427888 commit 25bfd0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[flake8]
max-line-length = 127
max-doc-length = 127
extend_ignore = E203, W503, W605, F841, C901
extend_ignore = E203, W503, W605, F841, C901, E721
exclude = build,dist,.git,docs,docsrc,examples,.venv,venv
4 changes: 1 addition & 3 deletions zscaler/cache/zscaler_cache.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
from zscaler.cache.cache import Cache
import logging
import time
from urllib.parse import urlparse, urlencode, parse_qs

from zscaler.logger import setup_logging
from urllib.parse import urlparse

logger = logging.getLogger("zscaler-sdk-python")

Expand Down

0 comments on commit 25bfd0f

Please sign in to comment.