Skip to content

Add location to F2F payment option (backend) #378

Add location to F2F payment option (backend)

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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Flake8

api/models/order.py#L143

Trailing whitespace (W291)