style: fix import sorting in flow modules

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2024-12-30 20:47:54 +00:00
parent ac1dcd1a2c
commit e17b424e25
3 changed files with 4 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ interface for path operations.
import os
from pathlib import Path
from typing import Union, List, Optional
from typing import List, Optional, Union
def safe_path_join(base_dir: Union[str, Path], filename: str) -> str: