Skip to content

Commit ba4ebad

Browse files
7th Pylint Fix
1 parent 393dafe commit ba4ebad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/djangoapp/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class CarModel(models.Model):
2828
)
2929
name = models.CharField(max_length=100) # Car model name
3030
dealer_id = models.IntegerField() # Reference to
31-
#dealer in Cloudant database
31+
# Dealer in Cloudant database
3232

3333
# Choices for car type
3434
CAR_TYPES = [

0 commit comments

Comments
 (0)