You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2025-08-10 22:42:05 +02:00
Refactoring
This commit is contained in:
@@ -101,4 +101,4 @@ class Environment:
|
||||
)
|
||||
|
||||
def __repr__(self):
|
||||
return '<{0} {1}>'.format(type(self).__name__, str(self))
|
||||
return f'<{type(self).__name__} {self}>'
|
||||
|
Reference in New Issue
Block a user