Skip to content

Commit

Permalink
Format code using make format-python command
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] committed Aug 9, 2024
1 parent a46997d commit 7b47833
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions sdk/python/feast/infra/offline_stores/sqlite.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
import sqlite3
from typing import Literal, Optional, List, Dict, Any, Union
from contextlib import contextmanager
from typing import Any, Dict, List, Literal, Optional

from pydantic import StrictStr

from feast.infra.offline_stores.offline_store import OfflineStore
from feast.repo_config import FeastConfigBaseModel
from feast.protos.feast.types.EntitySource_pb2 import EntitySource as EntitySourceProto
from feast.protos.feast.types.Value_pb2 import Value as ValueProto
from feast.repo_config import FeastConfigBaseModel


class SQLiteOfflineStoreConfig(FeastConfigBaseModel):
"""Offline store config for SQLite"""
Expand Down

0 comments on commit 7b47833

Please sign in to comment.