Skip to content

Commit b9541a1

Browse files
author
hao-xu5
committed
fix linting
Signed-off-by: hao-xu5 <hxu44@apple.com>
1 parent 81466fa commit b9541a1

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

sdk/python/docs/source/feast.infra.compute_engines.local.backends.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,39 +7,39 @@ Submodules
77
feast.infra.compute\_engines.local.backends.base module
88
-------------------------------------------------------
99

10-
.. automodule:: feast.infra.compute_engines.local.backends.base
10+
.. automodule:: feast.infra.compute_engines.backends.base
1111
:members:
1212
:undoc-members:
1313
:show-inheritance:
1414

1515
feast.infra.compute\_engines.local.backends.factory module
1616
----------------------------------------------------------
1717

18-
.. automodule:: feast.infra.compute_engines.local.backends.factory
18+
.. automodule:: feast.infra.compute_engines.backends.factory
1919
:members:
2020
:undoc-members:
2121
:show-inheritance:
2222

2323
feast.infra.compute\_engines.local.backends.pandas\_backend module
2424
------------------------------------------------------------------
2525

26-
.. automodule:: feast.infra.compute_engines.local.backends.pandas_backend
26+
.. automodule:: feast.infra.compute_engines.backends.pandas_backend
2727
:members:
2828
:undoc-members:
2929
:show-inheritance:
3030

3131
feast.infra.compute\_engines.local.backends.polars\_backend module
3232
------------------------------------------------------------------
3333

34-
.. automodule:: feast.infra.compute_engines.local.backends.polars_backend
34+
.. automodule:: feast.infra.compute_engines.backends.polars_backend
3535
:members:
3636
:undoc-members:
3737
:show-inheritance:
3838

3939
Module contents
4040
---------------
4141

42-
.. automodule:: feast.infra.compute_engines.local.backends
42+
.. automodule:: feast.infra.compute_engines.backends
4343
:members:
4444
:undoc-members:
4545
:show-inheritance:

sdk/python/docs/source/feast.infra.compute_engines.local.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Subpackages
77
.. toctree::
88
:maxdepth: 4
99

10-
feast.infra.compute_engines.local.backends
10+
feast.infra.compute_engines.backends
1111

1212
Submodules
1313
----------

sdk/python/tests/unit/infra/compute_engines/local/test_nodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from feast.infra.compute_engines.dag.context import ColumnInfo, ExecutionContext
88
from feast.infra.compute_engines.local.arrow_table_value import ArrowTableValue
9-
from feast.infra.compute_engines.local.backends.pandas_backend import PandasBackend
9+
from feast.infra.compute_engines.backends.pandas_backend import PandasBackend
1010
from feast.infra.compute_engines.local.nodes import (
1111
LocalAggregationNode,
1212
LocalDedupNode,

0 commit comments

Comments
 (0)