scanner: drop duplicate import

We already import dedent globally
This commit is contained in:
Peter Hutterer 2023-03-03 10:05:14 +10:00
parent 2550a0b54d
commit 2fa7792a33

View file

@ -770,10 +770,8 @@ def generate_source(
def main() -> None:
import textwrap
parser = argparse.ArgumentParser(
description=textwrap.dedent(
description=dedent(
"""
ei-scanner is a tool to parse the EI protocol description XML and
pass the data to a Jinja2 template. That template can then be