Skip to content

Commit

Permalink
fix(corpus_tests): Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
flooie committed Dec 5, 2024
1 parent 019f04f commit 052309e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cl/corpus_importer/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from unittest.mock import MagicMock, call, patch

import eyecite
import pandas as pd
import pytest
from asgiref.sync import async_to_sync
from bs4 import BeautifulSoup
Expand Down Expand Up @@ -66,7 +65,6 @@
from cl.corpus_importer.management.commands.update_casenames_wl_dataset import (
check_case_names_match,
parse_citations,
process_csv,
)
from cl.corpus_importer.signals import (
handle_update_latest_case_id_and_schedule_iquery_sweep,
Expand Down

0 comments on commit 052309e

Please sign in to comment.