Skip to content

Commit

Permalink
Only one import per line
Browse files Browse the repository at this point in the history
  • Loading branch information
neoclust committed Dec 14, 2023
1 parent dd40480 commit 5e49dfd
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
import logging
import pycurl
import platform
import urllib.request, urllib.parse, urllib.error
import urllib.request
import urllib.parse
import urllib.error
import shutil
from lib.utils import file_get_contents
from distutils.util import strtobool
Expand Down

0 comments on commit 5e49dfd

Please sign in to comment.