Skip to content

Commit 17e9592

Browse files
fixed flake8
1 parent 4abe491 commit 17e9592

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

friends/models.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,3 @@ def get_random_string():
1515
class FriendsCode(models.Model):
1616
code = models.CharField(default=get_random_string, max_length=getattr(settings, "FRIEND_CODE_LENGTH", 13))
1717
user = models.ForeignKey(settings.AUTH_USER_MODEL, on_delete=models.CASCADE)
18-
19-

0 commit comments

Comments
 (0)