mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 10:11:52 +00:00
Fix style errors
This commit is contained in:
parent
7db1572fd3
commit
23c632b37b
7 changed files with 8 additions and 14 deletions
|
|
@ -30,7 +30,7 @@ class CustomSession(BaseSession):
|
|||
yield b"\f" * 10
|
||||
|
||||
|
||||
class TestBaseSession():
|
||||
class TestBaseSession:
|
||||
def test_init_api(self):
|
||||
session = CustomSession()
|
||||
assert session.api == PRODUCTION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue