From da4344d2166c7e802af44ccdea6ed15ed39b4455 Mon Sep 17 00:00:00 2001 From: Antoine Merino Date: Fri, 5 Nov 2021 22:52:04 +0100 Subject: [PATCH] Remove line breaks Signed-off-by: Antoine Merino --- docs/telegram-usage.md | 3 --- requirements.txt | 1 - 2 files changed, 4 deletions(-) diff --git a/docs/telegram-usage.md b/docs/telegram-usage.md index 3f2d062fc..0c1af9f4d 100644 --- a/docs/telegram-usage.md +++ b/docs/telegram-usage.md @@ -312,7 +312,6 @@ Return the balance of all crypto-currency your have on the exchange. Per default `/daily` will return the 7 last days. The example below if for `/daily 3`: > **Daily Profit over the last 3 days:** - ``` Day Profit BTC Profit USD ---------- -------------- ------------ @@ -327,7 +326,6 @@ Per default `/weekly` will return the 8 last weeks, including the current week. from Monday. The example below if for `/weekly 3`: > **Weekly Profit over the last 3 weeks (starting from Monday):** - ``` Monday Profit BTC Profit USD ---------- -------------- ------------ @@ -342,7 +340,6 @@ Per default `/monthly` will return the 6 last months, including the current mont if for `/monthly 3`: > **Monthly Profit over the last 3 months:** - ``` Month Profit BTC Profit USD ---------- -------------- ------------ diff --git a/requirements.txt b/requirements.txt index 733f1d028..8337d7bd1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,7 +42,6 @@ colorama==0.4.4 # Building config files interactively questionary==1.10.0 prompt-toolkit==3.0.21 - # Extensions to datetime library types-python-dateutil==2.8.2 python-dateutil==2.8.2 \ No newline at end of file