Skip to content
Merged
Prev Previous commit
Next Next commit
Fix lint
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
  • Loading branch information
kevjumba committed Apr 19, 2022
commit 67eca66cd66780b2fbd4d7d6717a139698152d4a
2 changes: 1 addition & 1 deletion sdk/python/feast/data_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ def __init__(
"""
positional_attributes = ["name", "batch_source"]
_name = name
_batch_source=batch_source
_batch_source = batch_source
if args:
warnings.warn(
(
Expand Down