Skip to content

Commit 94ced34

Browse files
committed
lint fix
Signed-off-by: Chester Ong <chester.ong.ch@gmail.com>
1 parent 73193af commit 94ced34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sdk/python/feast/infra/contrib/stream_processor.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
from abc import ABC
22
from types import MethodType
3-
from typing import TYPE_CHECKING, Optional, TypeAlias
3+
from typing import TYPE_CHECKING, Optional
44

55
from pyspark.sql import DataFrame
6+
from typing_extensions import TypeAlias
67

78
from feast.data_source import DataSource, PushMode
89
from feast.importer import import_class

0 commit comments

Comments
 (0)