1
0
mirror of https://github.com/httpie/cli.git synced 2025-08-10 22:42:05 +02:00

Removed unused import.

This commit is contained in:
Jakub Roztocil
2014-04-25 12:53:02 +02:00
parent 492ee392bd
commit b10d973019

View File

@@ -2,7 +2,7 @@ import os
import sys
from .config import DEFAULT_CONFIG_DIR, Config
from .compat import urlsplit, is_windows, bytes, str
from .compat import urlsplit, is_windows, str
class Environment(object):