Add location to F2F payment option (backend) #378
This check has been archived and is scheduled for deletion.
Learn more about checks retention
GitHub Actions / Flake8
failed
Sep 30, 2023 in 0s
3 errors
Flake8 found 3 errors
Annotations
Check failure on line 113 in api/views.py
github-actions / Flake8
api/views.py#L113
Local variable 'latitude' is assigned to but never used (F841)
Check failure on line 114 in api/views.py
github-actions / Flake8
api/views.py#L114
Local variable 'longitude' is assigned to but never used (F841)
Check failure on line 143 in api/models/order.py
github-actions / Flake8
api/models/order.py#L143
Trailing whitespace (W291)
Loading