day/week options for Telegram '/profit' command

isort fix
This commit is contained in:
Eugene Schava 2021-05-20 08:17:08 +03:00
parent 935ed36433
commit 336f4aa6a7
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ This module manage Telegram communication
"""
import json
import logging
from datetime import datetime, date, timedelta
from datetime import date, datetime, timedelta
from html import escape
from itertools import chain
from typing import Any, Callable, Dict, List, Union