tools/termschutz: remove unused import

LGTM found this.
This commit is contained in:
Allison Karlitskaya 2021-12-21 16:03:20 +01:00 committed by Martin Pitt
parent 79eb1f85cf
commit 6c4b5eb178
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
import argparse
import os
import sys
# Implement `command < /dev/null 2>&1 | cat >&2` with `command`
# as the main process (for signals, return status, etc).