We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0041f1 commit 6e4dd62Copy full SHA for 6e4dd62
sdk/python/setup.py
@@ -224,6 +224,11 @@ def run(self):
224
with open(f"{self.python_folder}/feast/{sub_folder}/__init__.py", 'w'):
225
pass
226
227
+ with open(f"{self.python_folder}/__init__.py", 'w'):
228
+ pass
229
+ with open(f"{self.python_folder}/feast/__init__.py", 'w'):
230
231
+
232
for path in Path("feast/protos").rglob("*.py"):
233
for folder in self.sub_folders:
234
# Read in the file
0 commit comments