Removed unecessary imports
This commit is contained in:
parent
608cb4a0b9
commit
54ea429285
@ -1,12 +1,9 @@
|
|||||||
#!/usr/bin/python3
|
#!/usr/bin/python3
|
||||||
|
|
||||||
import os, re, _thread, subprocess, socket, datetime, getopt, sys, re, atexit, yaml, logging as log
|
import os, re, _thread, socket, sys, re, yaml, logging as log
|
||||||
from pathlib import Path
|
|
||||||
|
|
||||||
import dnslib as dns
|
import dnslib as dns
|
||||||
|
|
||||||
from typing import cast
|
|
||||||
|
|
||||||
config = None
|
config = None
|
||||||
def main(args):
|
def main(args):
|
||||||
setupLogging(True)
|
setupLogging(True)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user