Skip to content

Commit

Permalink
Codacy compliance fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blueset committed Nov 24, 2019
1 parent 20e5163 commit 9a73026
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/conf.py
Expand Up @@ -20,7 +20,6 @@
import os
import sys

import sphinx.application
import sphinx_readable_theme

sys.path.insert(0, os.path.abspath('..'))
Expand Down
2 changes: 1 addition & 1 deletion ehforwarderbot/__version__.py
@@ -1,3 +1,3 @@
# coding=utf-8

__version__ = "2.0.0b23.dev1"
__version__ = "2.0.0b23.dev2"
2 changes: 1 addition & 1 deletion ehforwarderbot/chat.py
Expand Up @@ -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
Expand Down

0 comments on commit 9a73026

Please sign in to comment.