Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
vbossica committed Dec 23, 2024
1 parent b9603b6 commit df6060a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ignore =
# line break after binary operator
W504
per-file-ignores =
sample_cli/src/sample_cli/sample_cli_help.py:W605
cyrano/cyrano_help.py:W605
exclude =
env
doc
Expand Down
5 changes: 1 addition & 4 deletions cyrano/groups/optimize/commands.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
import asyncio
import logging
from ...common.config import GLOBAL_CONFIG
from semantic_kernel import Kernel
from semantic_kernel.utils.logging import setup_logging
from semantic_kernel.connectors.ai.open_ai import AzureChatCompletion
from semantic_kernel.connectors.ai.open_ai.prompt_execution_settings.azure_chat_prompt_execution_settings import (
AzureChatPromptExecutionSettings,
)
from ...common.config import GLOBAL_CONFIG


def optimize_experiences(experiences_file: str,
Expand Down

0 comments on commit df6060a

Please sign in to comment.