Skip to content

Commit

Permalink
[Minor] Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gzurowski committed Jul 4, 2024
1 parent ae07480 commit 4b4f952
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion src/paper/tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from django.test import TestCase, TransactionTestCase, tag
from psycopg2.errors import UniqueViolation

from paper.serializers import DynamicPaperSerializer, PaperSerializer
from paper.serializers import DynamicPaperSerializer
from paper.tasks import handle_duplicate_doi
from paper.utils import (
convert_journal_url_to_pdf_url,
Expand Down
6 changes: 0 additions & 6 deletions src/reputation/tests/test_upvote_rsc_distribution.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
import decimal
import math

from django.contrib.admin.options import get_content_type_for_model
from django.test import TestCase

import reputation.distributions as distributions
from discussion.models import Vote as GrmVote
from discussion.tests.helpers import create_rh_comment
from reputation.models import Distribution, Escrow
from researchhub_case.constants.case_constants import APPROVED
from researchhub_case.models import AuthorClaimCase
from researchhub_case.tasks import after_approval_flow
from user.models import Author
from utils.test_helpers import TestHelper

Expand Down
2 changes: 0 additions & 2 deletions src/topic/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

from rest_framework.test import APITestCase

from paper.models import Paper
from paper.openalex_util import process_openalex_works
from topic.models import Topic


Expand Down

0 comments on commit 4b4f952

Please sign in to comment.