Skip to content

Commit

Permalink
chore: 불필요한 주석 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
ybkang1108 committed Aug 7, 2024
1 parent 2005d97 commit bf8bb11
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions friends/models.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from django.db import models
from accounts.models import User

# Create your models here.


class Friend(models.Model):
user = models.ForeignKey(User, on_delete=models.CASCADE, related_name="friends")
Expand Down

0 comments on commit bf8bb11

Please sign in to comment.