fix: use ChatMemberFactory instead of the direct class

This commit is contained in:
Egor 2020-07-03 16:32:26 +05:00
parent 36c70577bf
commit bb2ab6ff63
6 changed files with 9 additions and 9 deletions

View file

@ -96,7 +96,7 @@ include_trailing_comma = true
force_grid_wrap = 0
use_parentheses = true
line_length = 99
known_third_party = ["aiofiles", "aiohttp", "aiohttp_socks", "aresponses", "async_lru", "packaging", "pkg_resources", "pydantic", "pytest"]
known_third_party = ["aiofiles", "aiohttp", "aiohttp_socks", "aresponses", "async_lru", "factory", "packaging", "poetry", "pydantic", "pytest", "typing_extensions"]
[build-system]
requires = ["poetry>=0.12"]