Skip to content

Commit

Permalink
fix import unused
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Sep 1, 2021
1 parent b23e921 commit d63a0cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions weaver/processes/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,14 @@
from weaver.wps.utils import get_wps_client

if TYPE_CHECKING:
from typing import Any, Callable, Dict, List, Optional, Tuple, Type, Union
from typing import Any, Dict, List, Optional, Tuple, Type, Union
from urllib.parse import ParseResult

from pywps.app import WPSRequest
from owslib.wps import Process as ProcessOWS
from requests.models import Response

from weaver.typedefs import (
AnyKey,
AnySettingsContainer,
AnyValueType,
CWL,
Expand Down

0 comments on commit d63a0cd

Please sign in to comment.