Skip to content

Commit 4e269c6

Browse files
committed
reformat code
1 parent e39edb0 commit 4e269c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nearbyshops/shops/migrations/0002_auto_20181020_0450.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def load_data(apps, schema_editor):
2323
longitude = obj.get('lon', 0)
2424
latitude = obj.get('lat', 0)
2525
location = fromstr(f'POINT({longitude} {latitude})',
26-
srid=4326)
26+
srid=4326)
2727
Shop(name=name, location=location).save()
2828
except KeyError:
2929
pass

0 commit comments

Comments
 (0)