Skip to content

Commit

Permalink
removed relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
Tryndaron committed Apr 2, 2024
1 parent 566cd5b commit 2f9f86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_autotranscript.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pytest
import torch
from ..scraibe import Scraibe, Diariser, Transcriber, Transcript, AudioProcessor
from scraibe import Scraibe, Diariser, Transcriber, Transcript, AudioProcessor
from unittest.mock import MagicMock, patch


Expand Down

0 comments on commit 2f9f86e

Please sign in to comment.