Skip to content

Commit

Permalink
more linting
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Arceo <[email protected]>
  • Loading branch information
franciscojavierarceo committed Dec 20, 2024
1 parent 1c86e54 commit f324251
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
FieldSchema,
connections,
)
from pymilvus.orm.connections import Connections

from feast import Entity
from feast.feature_view import FeatureView
Expand Down Expand Up @@ -102,7 +103,7 @@ class MilvusOnlineStore(OnlineStore):
_collections: Dictionary to cache Milvus collections.
"""

_conn: Optional[connections] = None
_conn: Optional[Connections] = None
_collections: Dict[str, Collection] = {}

def _connect(self, config: RepoConfig) -> connections:
Expand Down

0 comments on commit f324251

Please sign in to comment.