From 95f77b1598ad73da54eb951b4b26d7c1218c0416 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Tue, 25 Jul 2017 03:49:20 +0300 Subject: [PATCH] Oops. --- aiogram/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiogram/exceptions.py b/aiogram/exceptions.py index 9f25b1a3..f94b3ae8 100644 --- a/aiogram/exceptions.py +++ b/aiogram/exceptions.py @@ -1,4 +1,4 @@ -from aiogram import types +from . import types from .utils import json