Skip to content

Commit

Permalink
Input cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
setnicka committed Oct 28, 2022
1 parent a753afa commit 670ae9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions uldlib/page.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import re
import shutil
import threading
from typing import Type
from urllib.parse import urlparse, urljoin
from os import path
import sys
import requests

from uldlib.captcha import CaptchaSolver
Expand Down
3 changes: 1 addition & 2 deletions uldlib/torrunner.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import socket
import sys
from typing import Callable

import stem.process
Expand All @@ -10,7 +9,7 @@
import re

from uldlib import const
from uldlib.utils import DownloaderError, LogLevel
from uldlib.utils import DownloaderError


class TorRunner:
Expand Down

0 comments on commit 670ae9e

Please sign in to comment.