1
0
mirror of https://github.com/httpie/cli.git synced 2025-07-15 01:34:27 +02:00

PEP8 errors

This commit is contained in:
Luis San Martin
2015-10-22 14:32:16 -03:00
parent 1ded5c2a97
commit 45df860124
9 changed files with 23 additions and 21 deletions

View File

@ -4,7 +4,7 @@ NOTE: the CLI interface may change before reaching v1.0.
"""
from textwrap import dedent, wrap
#noinspection PyCompatibility
# noinspection PyCompatibility
from argparse import (RawDescriptionHelpFormatter, FileType,
OPTIONAL, ZERO_OR_MORE, SUPPRESS)