sort order imports

This commit is contained in:
Christof
2020-12-20 17:22:23 +01:00
parent 799e6be2eb
commit 6b44545d37
2 changed files with 2 additions and 2 deletions

View File

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