fix(ci): import cleanup
This commit is contained in:
parent
5c2cc0d97d
commit
8a6b5dc373
6 changed files with 0 additions and 7 deletions
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
import json
|
||||
import sys
|
||||
from typing import Any
|
||||
|
||||
import requests
|
||||
from bs4 import BeautifulSoup, Tag
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
import json
|
||||
import sys
|
||||
from typing import Any
|
||||
|
||||
import cloudscraper
|
||||
from bs4 import BeautifulSoup, Tag
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
import json
|
||||
import sys
|
||||
from typing import Any
|
||||
|
||||
import requests
|
||||
from bs4 import BeautifulSoup
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
from unittest.mock import Mock
|
||||
import pytest
|
||||
from scrapers.atcoder import scrape, scrape_contest_problems
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
import json
|
||||
from unittest.mock import Mock
|
||||
import pytest
|
||||
from scrapers.codeforces import scrape, scrape_contest_problems
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
from unittest.mock import Mock
|
||||
import pytest
|
||||
from scrapers.cses import scrape, scrape_all_problems
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue