mirror of
https://github.com/httpie/cli.git
synced 2025-01-05 21:29:12 +01:00
Additional Aesthetic changes
This commit is contained in:
parent
69e1067a2c
commit
ae22d4e754
@ -24,7 +24,7 @@ from httpie.cli.constants import (
|
||||
)
|
||||
from httpie.cli.exceptions import ParseError
|
||||
from httpie.cli.requestitems import RequestItems
|
||||
from httpie.context import Environment, DEVNULL_PATH
|
||||
from httpie.context import Environment
|
||||
from httpie.plugins.registry import plugin_manager
|
||||
from httpie.utils import ExplicitNullAuth, get_content_type
|
||||
|
||||
|
@ -14,8 +14,6 @@ from httpie.config import DEFAULT_CONFIG_DIR, Config, ConfigFileError
|
||||
|
||||
from httpie.utils import repr_dict
|
||||
|
||||
DEVNULL_PATH = os.devnull
|
||||
|
||||
|
||||
class Environment:
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user