Fix style errors

This commit is contained in:
Boger 2020-03-25 15:57:25 +03:00
parent 7db1572fd3
commit 23c632b37b
7 changed files with 8 additions and 14 deletions

View file

@ -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