Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
verovaleros committed Feb 23, 2024
1 parent 395d287 commit 307d14e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_hermeneisGPT.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import logging
from os import path
from unittest.mock import patch
from unittest.mock import MagicMock
sys.path.append(path.dirname(path.dirname(path.abspath(__file__))))
from hermeneisGPT import load_and_parse_config
from hermeneisGPT import main
Expand Down

0 comments on commit 307d14e

Please sign in to comment.