Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Zhang <[email protected]>
  • Loading branch information
kevjumba committed Mar 31, 2022
1 parent 64c740b commit bab7542
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions sdk/python/feast/infra/offline_stores/file_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,7 @@ def __init__(
),
DeprecationWarning,
)
self._file_url = file_url
self._uri = uri
if not self._uri:
self._uri = self._file_url
self._uri = uri or file_url
self._s3_endpoint_override = s3_endpoint_override

@property
Expand Down

0 comments on commit bab7542

Please sign in to comment.