Skip to content

Commit 386191a

Browse files
committed
Fix ogmios import
1 parent d70225c commit 386191a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

integration-test/test/base.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
"""An example that demonstrates low-level construction of a transaction."""
22

33
import os
4-
import time
54

6-
from ogmios import OgmiosChainContext
5+
import ogmios as python_ogmios
76
from retry import retry
87

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

26-
chain_context = OgmiosChainContext(
25+
chain_context = python_ogmios.OgmiosChainContext(
2726
host="localhost", port=1337, network=Network.TESTNET
2827
)
2928

0 commit comments

Comments
 (0)