fix imports with isort
This commit is contained in:
parent
87fb5ecd58
commit
cd5c3c61a5
@ -1,5 +1,3 @@
|
|||||||
import pytest
|
|
||||||
|
|
||||||
from waybackpy import __version__
|
from waybackpy import __version__
|
||||||
from waybackpy.utils import DEFAULT_USER_AGENT
|
from waybackpy.utils import DEFAULT_USER_AGENT
|
||||||
|
|
||||||
|
@ -15,10 +15,10 @@ import requests
|
|||||||
from . import __version__
|
from . import __version__
|
||||||
from .availability_api import WaybackMachineAvailabilityAPI
|
from .availability_api import WaybackMachineAvailabilityAPI
|
||||||
from .cdx_api import WaybackMachineCDXServerAPI
|
from .cdx_api import WaybackMachineCDXServerAPI
|
||||||
|
from .exceptions import ArchiveNotInAvailabilityAPIResponse
|
||||||
from .save_api import WaybackMachineSaveAPI
|
from .save_api import WaybackMachineSaveAPI
|
||||||
from .utils import DEFAULT_USER_AGENT
|
from .utils import DEFAULT_USER_AGENT
|
||||||
from .wrapper import Url
|
from .wrapper import Url
|
||||||
from .exceptions import ArchiveNotInAvailabilityAPIResponse
|
|
||||||
|
|
||||||
|
|
||||||
def echo_availability_api(
|
def echo_availability_api(
|
||||||
|
@ -2,8 +2,6 @@
|
|||||||
Utility functions and shared variables like DEFAULT_USER_AGENT are here.
|
Utility functions and shared variables like DEFAULT_USER_AGENT are here.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import requests
|
|
||||||
|
|
||||||
from . import __version__
|
from . import __version__
|
||||||
|
|
||||||
DEFAULT_USER_AGENT: str = (
|
DEFAULT_USER_AGENT: str = (
|
||||||
|
Loading…
Reference in New Issue
Block a user