Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Danny C <d.chiao@gmail.com>
  • Loading branch information
adchia committed Sep 5, 2023
1 parent 1c074f0 commit bc36d7d
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions sdk/python/feast/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,8 @@
from pygments import formatters, highlight, lexers

from feast import utils
<<<<<<< HEAD
from feast.constants import (
DEFAULT_FEATURE_TRANSFORMATION_SERVER_PORT,
FEATURE_STORE_YAML_ENV_NAME,
)
from feast.data_source import PushMode
=======
from feast.constants import DEFAULT_FEATURE_TRANSFORMATION_SERVER_PORT
>>>>>>> 76daf3f9 (Refactor CLI.)
from feast.data_source import PushMode
from feast.errors import FeastObjectNotFoundException, FeastProviderLoginError
from feast.feature_view import FeatureView
from feast.infra.contrib.grpc_server import get_grpc_server
Expand Down Expand Up @@ -717,9 +710,9 @@ def serve_command(
)
@click.pass_context
def listen_command(
ctx: click.Context,
address: str,
max_workers: int,
ctx: click.Context,
address: str,
max_workers: int,
):
"""Start a gRPC feature server to ingest streaming features on given address"""
store = create_feature_store(ctx)
Expand Down

0 comments on commit bc36d7d

Please sign in to comment.