Skip to content

Commit

Permalink
fixed flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurii-Durden committed Nov 18, 2024
1 parent 143fc80 commit 7ab807d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class Genre(models.Model):
def __str__(self) -> str:
return f"{self.name}"


class Actor(models.Model):
first_name = models.CharField(max_length=255)
last_name = models.CharField(max_length=255)
Expand Down

0 comments on commit 7ab807d

Please sign in to comment.