Update API

This commit is contained in:
Alex Root Junior 2021-01-24 20:54:38 +02:00
parent 5aeab63384
commit 915c84c742
363 changed files with 1510 additions and 2262 deletions

View file

@ -70,7 +70,7 @@ clean:
.PHONY: isort
isort:
$(py) isort -rc aiogram tests
$(py) isort aiogram tests
.PHONY: black
black: