fix(ci): remove unused import
This commit is contained in:
parent
ffaec3b947
commit
7c894720d0
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
from unittest.mock import Mock
|
from unittest.mock import Mock
|
||||||
from scrapers.codeforces import scrape, scrape_contest_problems
|
from scrapers.codeforces import scrape, scrape_contest_problems
|
||||||
from scrapers.models import Problem, TestCase
|
from scrapers.models import Problem
|
||||||
|
|
||||||
|
|
||||||
def test_scrape_success(mocker, mock_codeforces_html):
|
def test_scrape_success(mocker, mock_codeforces_html):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue