Skip to content

Commit 6293044

Browse files
committed
feat: Improved CLI file structuring
Signed-off-by: ntkathole <nikhilkathole2683@gmail.com>
1 parent 306acca commit 6293044

21 files changed

+1789
-1656
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Homepage = "https://github.com/feast-dev/feast"
164164
name = "Feast"
165165

166166
[project.scripts]
167-
feast = "feast.cli:cli"
167+
feast = "feast.cli.cli:cli"
168168

169169
[build-system]
170170
requires = [

sdk/python/docs/source/conf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
import os
2020
import sys
2121

22-
import sphinx_rtd_theme
23-
2422
sys.path.insert(0, os.path.abspath("../../feast"))
2523
sys.path.insert(0, os.path.abspath("../.."))
2624

@@ -32,7 +30,6 @@
3230
# example where the Python protos did not build, which subsequently broke
3331
# the RTD build. In order to fix this, we manually compile the protos.
3432
import subprocess
35-
3633
from pathlib import Path
3734

3835
# cwd will be feast/sdk/python/docs/source

0 commit comments

Comments
 (0)