format with black and isort

This commit is contained in:
eggplants
2022-02-03 20:27:17 +09:00
parent bae383b282
commit 7cc7d5a288
12 changed files with 49 additions and 38 deletions

View File

@@ -1,13 +1,14 @@
import pytest
from waybackpy.exceptions import WaybackError
from waybackpy.cdx_utils import (
get_total_pages,
check_collapses,
check_filters,
check_match_type,
full_url,
get_response,
check_filters,
check_collapses,
check_match_type,
get_total_pages,
)
from waybackpy.exceptions import WaybackError
def test_get_total_pages():