Skip to content

Commit bc36d7d

Browse files
committed
lint
Signed-off-by: Danny C <d.chiao@gmail.com>
1 parent 1c074f0 commit bc36d7d

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

sdk/python/feast/cli.py

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,8 @@
2525
from pygments import formatters, highlight, lexers
2626

2727
from feast import utils
28-
<<<<<<< HEAD
29-
from feast.constants import (
30-
DEFAULT_FEATURE_TRANSFORMATION_SERVER_PORT,
31-
FEATURE_STORE_YAML_ENV_NAME,
32-
)
33-
from feast.data_source import PushMode
34-
=======
3528
from feast.constants import DEFAULT_FEATURE_TRANSFORMATION_SERVER_PORT
36-
>>>>>>> 76daf3f9 (Refactor CLI.)
29+
from feast.data_source import PushMode
3730
from feast.errors import FeastObjectNotFoundException, FeastProviderLoginError
3831
from feast.feature_view import FeatureView
3932
from feast.infra.contrib.grpc_server import get_grpc_server
@@ -717,9 +710,9 @@ def serve_command(
717710
)
718711
@click.pass_context
719712
def listen_command(
720-
ctx: click.Context,
721-
address: str,
722-
max_workers: int,
713+
ctx: click.Context,
714+
address: str,
715+
max_workers: int,
723716
):
724717
"""Start a gRPC feature server to ingest streaming features on given address"""
725718
store = create_feature_store(ctx)

0 commit comments

Comments
 (0)