Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrystrom committed Aug 31, 2023
1 parent c22416f commit e306a0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gpt2anki/magi.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
from langchain.schema import HumanMessage, SystemMessage
from langchain.schema.output import LLMResult

import src.gpt2anki.fileio as fileio
from src.gpt2anki.sources.hypothesis import Highlight
import gpt2anki.fileio as fileio
from gpt2anki.sources.hypothesis import Highlight

load_dotenv()
print(Path(__file__))
Expand Down

0 comments on commit e306a0e

Please sign in to comment.