Skip to content
Snippets Groups Projects
Commit 36247060 authored by Lars Beckers's avatar Lars Beckers
Browse files

generate: fix imports

parent e924be1f
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python3 #!/usr/bin/env python3
import argparse
import bs4 import bs4
import configparser
import dns.zone import dns.zone
import re import re
import argparse import sys
from pathlib import Path from pathlib import Path
import configparser
config = configparser.ConfigParser(interpolation=configparser.ExtendedInterpolation()) config = configparser.ConfigParser(interpolation=configparser.ExtendedInterpolation())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment