Skip to content

Commit

Permalink
fix python 3.7 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dedefer committed Jun 3, 2021
1 parent 6b00df4 commit f481bb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion mailru_im_command_bot/types.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
from dataclasses import dataclass
from enum import Enum
from typing import Callable, Protocol, Type, Union, runtime_checkable
from typing import Callable, Type, Union

from bot.bot import Bot, Event
from mypy_extensions import KwArg, VarArg
from typing_extensions import Protocol, runtime_checkable


@dataclass
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mailru-im-command-bot"
version = "0.1.7"
version = "0.1.8"
description = "Tiny lib for icq/myteam command bots"
authors = ["Danila Fomin <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit f481bb8

Please sign in to comment.