From 8c9eab8d608ce731dcc1e5ed8d9cb5fe5b5cd769 Mon Sep 17 00:00:00 2001 From: Gabriel Coloma Date: Sun, 25 Feb 2024 19:43:11 -0600 Subject: [PATCH] Push changes into blog comments backend --- lvlgg_backend/blog/tests.py | 1 - lvlgg_backend/comment/tests.py | 1 - 2 files changed, 2 deletions(-) diff --git a/lvlgg_backend/blog/tests.py b/lvlgg_backend/blog/tests.py index bec335a..d5b769b 100644 --- a/lvlgg_backend/blog/tests.py +++ b/lvlgg_backend/blog/tests.py @@ -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. diff --git a/lvlgg_backend/comment/tests.py b/lvlgg_backend/comment/tests.py index 0bd534d..ac56a0f 100644 --- a/lvlgg_backend/comment/tests.py +++ b/lvlgg_backend/comment/tests.py @@ -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.