Skip to content

Commit a3ac549

Browse files
committed
fix: reorder imports for clarity and maintainability
1 parent 807c9fc commit a3ac549

File tree

1 file changed

+1
-1
lines changed
  • src/backend/base/langflow/services

1 file changed

+1
-1
lines changed

src/backend/base/langflow/services/deps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from __future__ import annotations
22

33
from contextlib import asynccontextmanager
4-
from typing import TYPE_CHECKING
4+
from typing import TYPE_CHECKING, Union
55

66
from langflow.services.schema import ServiceType
77

0 commit comments

Comments
 (0)