Skip to content

Commit

Permalink
I am Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
caufieldjh committed Jan 5, 2024
1 parent 2652e0d commit 9d343e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/ontogpt/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import logging
import pickle
import sys
from copy import copy, deepcopy
from copy import deepcopy
from dataclasses import dataclass
from io import BytesIO, TextIOWrapper
from pathlib import Path
Expand All @@ -27,7 +27,6 @@
from ontogpt.clients.pubmed_client import PubmedClient
from ontogpt.clients.soup_client import SoupClient
from ontogpt.clients.wikipedia_client import WikipediaClient
from ontogpt.engines import create_engine
from ontogpt.engines.embedding_similarity_engine import SimilarityEngine
from ontogpt.engines.generic_engine import GenericEngine, QuestionCollection
from ontogpt.engines.gpt4all_engine import GPT4AllEngine # type: ignore
Expand Down
1 change: 0 additions & 1 deletion src/ontogpt/webapp/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from starlette.staticfiles import StaticFiles
from starlette.templating import Jinja2Templates

from ontogpt import MODELS
from ontogpt.engines.knowledge_engine import DATAMODELS
from ontogpt.engines.spires_engine import SPIRESEngine
from ontogpt.io.html_exporter import HTMLExporter
Expand Down

0 comments on commit 9d343e4

Please sign in to comment.