mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-05-05 07:48:01 +02:00
scanner: drop duplicate import
We already import dedent globally
This commit is contained in:
parent
2550a0b54d
commit
2fa7792a33
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue