Skip to content

Commit

Permalink
fix more pylint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
regit committed Jan 15, 2022
1 parent b187cd2 commit 1c6b909
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions suricatals/jsonrpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
from collections import deque
import os
try:
from urllib.parse import unquote, quote
from urllib.parse import unquote
except ImportError:
from urllib2 import quote
from urlparse import unquote

log = logging.getLogger(__name__)
Expand Down

0 comments on commit 1c6b909

Please sign in to comment.