Skip to content

Commit

Permalink
fix issue with models import
Browse files Browse the repository at this point in the history
  • Loading branch information
Asrst committed Sep 29, 2023
1 parent 894bab4 commit c82074c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/taxon_search/tests.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from django.test import Client, TestCase
from django.utils import timezone

from .models import NCBITaxaNode, NCBITaxaName
from .models import *


# Create your tests here.

0 comments on commit c82074c

Please sign in to comment.