Skip to content

Commit

Permalink
imported OWL EXT outside try statement
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Sep 5, 2024
1 parent 1ca2fe9 commit 2226204
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ontobot_change_agent/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

import click

from ontobot_change_agent.constants import OWL_EXTENSION

try:
from llm_change_agent.cli import execute
from llm_change_agent.utils.llm_utils import (
Expand All @@ -25,7 +27,6 @@
CBORG_PROVIDER,
OLLAMA_PROVIDER,
OPENAI_PROVIDER,
OWL_EXTENSION,
)

llm_change_agent_available = True
Expand Down

0 comments on commit 2226204

Please sign in to comment.