From 66cf0a43307e90bc21e19ae0979bf70f26ac9bd9 Mon Sep 17 00:00:00 2001 From: Francisco Javier Arceo Date: Sun, 30 Jun 2024 23:42:21 -0400 Subject: [PATCH] reformatting Signed-off-by: Francisco Javier Arceo --- sdk/python/feast/infra/online_stores/sqlite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/python/feast/infra/online_stores/sqlite.py b/sdk/python/feast/infra/online_stores/sqlite.py index 65ad1785f09..9896b766d47 100644 --- a/sdk/python/feast/infra/online_stores/sqlite.py +++ b/sdk/python/feast/infra/online_stores/sqlite.py @@ -449,7 +449,7 @@ class SqliteTable(InfraObject): path: The absolute path of the Sqlite file. name: The name of the table. conn: SQLite connection. -""" + """ path: str conn: sqlite3.Connection