Skip to content

Commit 66cf0a4

Browse files
reformatting
Signed-off-by: Francisco Javier Arceo <[email protected]>
1 parent 14a3931 commit 66cf0a4

File tree

1 file changed

+1
-1
lines changed
  • sdk/python/feast/infra/online_stores

1 file changed

+1
-1
lines changed

sdk/python/feast/infra/online_stores/sqlite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ class SqliteTable(InfraObject):
449449
path: The absolute path of the Sqlite file.
450450
name: The name of the table.
451451
conn: SQLite connection.
452-
"""
452+
"""
453453

454454
path: str
455455
conn: sqlite3.Connection

0 commit comments

Comments
 (0)