Skip to content

Commit b264900

Browse files
authored
fix cci err
1 parent 610a2bc commit b264900

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

geoshops/nearbyshops/models.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
from django.contrib.gis.db import models
22

3+
34
# Create your models here.
45
class Shop(models.Model):
56
name = models.CharField(max_length=100)
67
location = models.PointField()
78
address = models.CharField(max_length=100)
89
city = models.CharField(max_length=50)
9-
10-

0 commit comments

Comments
 (0)