Skip to content

Commit

Permalink
Remove unnecessary import.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrillkuettel committed Jul 23, 2024
1 parent f866186 commit 9486b85
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/views/client/test_search.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
import logging
from webtest import Upload

from privatim.models import SearchableFile
from privatim.views.search import SearchCollection
from tests.shared.utils import create_consultation

# logging.basicConfig(
# level=logging.DEBUG, format='%(asctime)s [%(levelname)s] %(message)s'
# )
# logger = logging.getLogger(__name__)


def test_search_client(client, pdf_vemz):

Expand Down

0 comments on commit 9486b85

Please sign in to comment.