Skip to content

Commit

Permalink
chore: Remove unused imports in cli module
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Apr 4, 2020
1 parent cbb569f commit bfe4aa3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/schemathesis/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from contextlib import contextmanager
from enum import Enum
from typing import Any, Callable, Dict, Generator, Iterable, List, Optional, Tuple, Union, cast
from urllib.parse import urlparse

import click
import hypothesis
Expand All @@ -12,10 +11,9 @@
from .. import checks as checks_module
from .. import models, runner, utils
from ..exceptions import HTTPError
from ..loaders import from_path, from_uri, get_loader_for_app
from ..runner import events
from ..types import Filter
from ..utils import WSGIResponse, dict_not_none_values, dict_true_values
from ..utils import WSGIResponse
from . import callbacks, output
from .options import CSVOption, NotSet, OptionalInt

Expand Down

0 comments on commit bfe4aa3

Please sign in to comment.