mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-13 02:19:54 +00:00
Typo fix, PEP8 formatting fix
This commit is contained in:
parent
7f169ad7b9
commit
f68629f68b
1 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,8 @@ try:
|
||||||
from .bot import Bot
|
from .bot import Bot
|
||||||
except ImportError as e:
|
except ImportError as e:
|
||||||
if e.name == 'aiohttp':
|
if e.name == 'aiohttp':
|
||||||
warnings.warn('Dependencies is not installed!', category=ImportWarning)
|
warnings.warn('Dependencies are not installed!',
|
||||||
|
category=ImportWarning)
|
||||||
else:
|
else:
|
||||||
raise
|
raise
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue