Skip to content

Commit

Permalink
reformatting
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Arceo <franciscojavierarceo@users.noreply.github.com>
  • Loading branch information
franciscojavierarceo committed Jul 1, 2024
1 parent 14a3931 commit 66cf0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/feast/infra/online_stores/sqlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66cf0a4

Please sign in to comment.