Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
Signed-off-by: Chester Ong <chester.ong.ch@gmail.com>
  • Loading branch information
bushwhackr committed Feb 8, 2024
1 parent 73193af commit 94ced34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdk/python/feast/infra/contrib/stream_processor.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
from abc import ABC
from types import MethodType
from typing import TYPE_CHECKING, Optional, TypeAlias
from typing import TYPE_CHECKING, Optional

from pyspark.sql import DataFrame
from typing_extensions import TypeAlias

from feast.data_source import DataSource, PushMode
from feast.importer import import_class
Expand Down

0 comments on commit 94ced34

Please sign in to comment.