Skip to content

Commit 363113d

Browse files
committed
my 'make lint' seems to work differently than the ones in the PR tests. Reverting lint changes
Signed-off-by: David Y Liu <davidyliuliu@gmail.com>
1 parent e49b324 commit 363113d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/python/feast/go_server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
from subprocess import Popen
2626
from typing import Any, Dict, List, Optional, Union
2727

28+
import grpc
2829
from tenacity import retry, stop_after_attempt, stop_after_delay, wait_exponential
2930

3031
import feast
31-
import grpc
3232
from feast.errors import FeatureNameCollisionError, InvalidFeaturesParameterType
3333
from feast.feature_service import FeatureService
3434
from feast.flags_helper import is_test

sdk/python/feast/transformation_server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
import sys
33
from concurrent import futures
44

5+
import grpc
56
import pyarrow as pa
67
from grpc_reflection.v1alpha import reflection
78

8-
import grpc
99
from feast.errors import OnDemandFeatureViewNotFoundException
1010
from feast.feature_store import FeatureStore
1111
from feast.protos.feast.serving.TransformationService_pb2 import (

0 commit comments

Comments
 (0)