Isorted and blacked files
This commit is contained in:
parent
badced0a30
commit
f813e4b973
9 changed files with 13 additions and 17 deletions
|
@ -1,8 +1,8 @@
|
|||
import pytest
|
||||
from aiohttp import ClientSession
|
||||
from models import BookingFilter, Club, User
|
||||
from yarl import URL
|
||||
|
||||
from models import BookingFilter, Club, User
|
||||
from resa_padel.gestion_sports.gestion_sports_connector import GestionSportsConnector
|
||||
from tests.fixtures import (
|
||||
a_booking_failure_response,
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
from resa_padel.gestion_sports.payload_builders import (
|
||||
GestionSportsLoginPayloadBuilder,
|
||||
GestionSportsBookingPayloadBuilder,
|
||||
GestionSportsLoginPayloadBuilder,
|
||||
)
|
||||
from tests.fixtures import a_user, a_club, a_booking_filter
|
||||
from tests.fixtures import a_booking_filter, a_club, a_user
|
||||
|
||||
|
||||
def test_login_payload_should_be_built(a_user, a_club):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue