Skip to content

Commit

Permalink
remove dupe import
Browse files Browse the repository at this point in the history
Signed-off-by: Achal Shah <achals@gmail.com>
  • Loading branch information
achals committed Mar 15, 2022
1 parent a676b43 commit 507cf5a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,9 @@ def _generate_python_protos(self, path: str):
self.python_folder,
]
+ proto_files,
)
)

def run(self):
from pathlib import Path

for sub_folder in self.sub_folders:
self._generate_python_protos(f"feast/{sub_folder}/*.proto")
# We need the __init__ files for each of the generated subdirs
Expand Down

0 comments on commit 507cf5a

Please sign in to comment.