run isort and black

This commit is contained in:
Black Coffee
2022-11-28 15:18:01 +02:00
committed by Vlad Stan
parent 1d8f4cb01b
commit 6f9d32478b
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -161,4 +161,4 @@ async def get_settings(user_id: str) -> SatsPaySettings:
if row:
return SatsPaySettings.from_row(row)
else:
return None
return None