Skip to content

Commit

Permalink
Fix ogmios import
Browse files Browse the repository at this point in the history
  • Loading branch information
cffls committed May 5, 2024
1 parent d70225c commit 386191a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions integration-test/test/base.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
"""An example that demonstrates low-level construction of a transaction."""

import os
import time

from ogmios import OgmiosChainContext
import ogmios as python_ogmios
from retry import retry

from pycardano import *
Expand All @@ -23,7 +22,7 @@ class TestBase:
# TODO: Bring back kupo test
KUPO_URL = "http://localhost:1442"

chain_context = OgmiosChainContext(
chain_context = python_ogmios.OgmiosChainContext(
host="localhost", port=1337, network=Network.TESTNET
)

Expand Down

0 comments on commit 386191a

Please sign in to comment.