Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed May 8, 2023
1 parent 3de297f commit 666d9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/simcore-sdk/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import pytest
import simcore_sdk
from pytest_simcore.postgres_service import PostgresTestConfig
from pytest_simcore.helpers.utils_postgres import PostgresTestConfig

current_dir = Path(sys.argv[0] if __name__ == "__main__" else __file__).resolve().parent
sys.path.append(str(current_dir / "helpers"))
Expand Down

0 comments on commit 666d9e0

Please sign in to comment.