Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
briehl committed Jun 3, 2024
1 parent 8ecdf15 commit b2750b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/DataFetch_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from NarrativeService.data.fetcher import DataFetcher
from NarrativeService.NarrativeServiceImpl import NarrativeService
from NarrativeService.NarrativeServiceServer import MethodContext
from workspace_mock import EmptyWorkspaceMock, WorkspaceMock
from .workspace_mock import EmptyWorkspaceMock, WorkspaceMock


class WsMock:
Expand Down
2 changes: 1 addition & 1 deletion test/NarrativeManager_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from unittest import mock

from NarrativeService.NarrativeManager import NarrativeManager
from workspace_mock import WorkspaceMock
from .workspace_mock import WorkspaceMock


class NarrativeManagerTestCase(unittest.TestCase):
Expand Down

0 comments on commit b2750b2

Please sign in to comment.