forked from extern/httpie-cli
Use relative imports (#1057)
* Use relative imports in test * Use relative imports * Add myself to contributors :)
This commit is contained in:
committed by
GitHub
parent
7cbdf2c608
commit
a3a08a9a22
@@ -3,7 +3,7 @@ from typing import Iterable
|
||||
from enum import Enum, auto
|
||||
|
||||
from httpie.output.writer import MESSAGE_SEPARATOR
|
||||
from tests.utils import CRLF
|
||||
from ...utils import CRLF
|
||||
|
||||
|
||||
class Expect(Enum):
|
||||
|
Reference in New Issue
Block a user