From 9a730267d28ad52e3b7afffe4c691cfb14cb8e7e Mon Sep 17 00:00:00 2001 From: Eana Hufwe Date: Sun, 24 Nov 2019 23:31:40 +0800 Subject: [PATCH] Codacy compliance fix --- docs/conf.py | 1 - ehforwarderbot/__version__.py | 2 +- ehforwarderbot/chat.py | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 31c431aca..f48e50888 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,7 +20,6 @@ import os import sys -import sphinx.application import sphinx_readable_theme sys.path.insert(0, os.path.abspath('..')) diff --git a/ehforwarderbot/__version__.py b/ehforwarderbot/__version__.py index 62d1539a2..b80225d8a 100644 --- a/ehforwarderbot/__version__.py +++ b/ehforwarderbot/__version__.py @@ -1,3 +1,3 @@ # coding=utf-8 -__version__ = "2.0.0b23.dev1" +__version__ = "2.0.0b23.dev2" diff --git a/ehforwarderbot/chat.py b/ehforwarderbot/chat.py index c03c0b253..da0643ed7 100644 --- a/ehforwarderbot/chat.py +++ b/ehforwarderbot/chat.py @@ -3,7 +3,7 @@ import copy import warnings from enum import Enum -from typing import List, Dict, Any, Optional, TypeVar, Sequence +from typing import Dict, Any, Optional, TypeVar, Sequence from .channel import EFBChannel from .constants import ChatType