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