diff --git a/httpie/downloads.py b/httpie/downloads.py index 972151e1f0..723dcf47de 100644 --- a/httpie/downloads.py +++ b/httpie/downloads.py @@ -21,7 +21,9 @@ PARTIAL_CONTENT = 206 - +def some_function(): + # ... existing code ..... + return CLEAR_LINE = '\r\033[K' PROGRESS = ( '{percentage: 6.2f} %'