Skip to content

Commit d50bfda

Browse files
'Refactored by Sourcery' (#332)
Co-authored-by: Sourcery AI <>
1 parent c3e3d66 commit d50bfda

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/conftest.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,7 @@ def recover_client_password(
188188

189189

190190
def upload_avatar(client: FlaskClient, avatar: FileStorage):
191-
return client.post(
192-
f'/avatar', data={'avatar': avatar}, follow_redirects=True,
193-
)
191+
return client.post('/avatar', data={'avatar': avatar}, follow_redirects=True)
194192

195193

196194
def create_user(

0 commit comments

Comments
 (0)