Skip to content

Commit

Permalink
Push changes into blog comments backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Verzaccii committed Feb 26, 2024
1 parent 06794c2 commit 8c9eab8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lvlgg_backend/blog/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from django.test.client import Client
from account.models import Client
from blog.models import Blog
from django.urls import reverse

# Create your tests here.

Expand Down
1 change: 0 additions & 1 deletion lvlgg_backend/comment/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from account.models import Client
from blog.models import Blog
from comment.models import Comment
from django.urls import reverse

# Create your tests here.

Expand Down

0 comments on commit 8c9eab8

Please sign in to comment.