Refactor imports in state factory module
This commit is contained in:
parent
6737c845eb
commit
d413bf167f
1 changed files with 1 additions and 5 deletions
|
|
@ -1,11 +1,7 @@
|
|||
from typing import TYPE_CHECKING
|
||||
|
||||
from langflow.services.factory import ServiceFactory
|
||||
from langflow.services.settings.service import SettingsService
|
||||
from langflow.services.state.service import InMemoryStateService
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from langflow.services.settings.service import SettingsService
|
||||
|
||||
|
||||
class StateServiceFactory(ServiceFactory):
|
||||
def __init__(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue