Skip to content

Commit

Permalink
refactor: Lint agents-api (CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
whiterabbit1983 committed Nov 27, 2024
1 parent 85a688c commit 4c4b5d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agents-api/agents_api/workflows/task_execution/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
from ...activities.excecute_api_call import execute_api_call
from ...activities.execute_integration import execute_integration
from ...activities.execute_system import execute_system
from ...activities.task_steps.base_evaluate import base_evaluate
from ...activities.sync_items_remote import load_inputs_remote, save_inputs_remote
from ...activities.task_steps.base_evaluate import base_evaluate
from ...autogen.openapi_model import (
ApiCallDef,
BaseIntegrationDef,
Expand Down

0 comments on commit 4c4b5d9

Please sign in to comment.