mirror of https://gitlab.com/bashrc2/epicyon
Remove unused variable
parent
e026259754
commit
9dc9595853
|
@ -17,8 +17,6 @@ from socket import error as SocketError
|
||||||
import errno
|
import errno
|
||||||
from http.client import HTTPConnection
|
from http.client import HTTPConnection
|
||||||
|
|
||||||
base_directory = None
|
|
||||||
|
|
||||||
|
|
||||||
def create_session(proxy_type: str):
|
def create_session(proxy_type: str):
|
||||||
session = None
|
session = None
|
||||||
|
|
Loading…
Reference in New Issue