Skip to content

Commit

Permalink
Fixing issue feast-dev#4688
Browse files Browse the repository at this point in the history
  • Loading branch information
nishantgaurav-dev authored and dharmisha committed Jan 15, 2025
1 parent 3f8ab2d commit a83f563
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/python/feast/infra/offline_stores/offline_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,4 +262,3 @@ def enclose_in_backticks(value):
return [f'`{v}`' for v in value]
else:
return f'`{value}`'

0 comments on commit a83f563

Please sign in to comment.