Fix black style suggestion

This commit is contained in:
Joshua Taillon 2022-10-25 19:25:54 -06:00 committed by Sam
parent d36a1f0ac0
commit f4d405ef3d

View File

@ -1394,7 +1394,7 @@ class TestUserPreferencesUpdate(ApiTestCaseMixin):
language=input_language,
imperial_units=True,
display_ascent=False,
date_format='yyyy-MM-dd'
date_format='yyyy-MM-dd',
)
),
headers=dict(Authorization=f'Bearer {auth_token}'),