Skip to content

Commit 080737d

Browse files
committed
Format
1 parent 66218b1 commit 080737d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pycardano/backend/ogmios_v5.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ class OgmiosQueryType(str, Enum):
4242

4343
class OgmiosV5ChainContext(ChainContext):
4444
"""Legacy Ogmios Chain Context for Ogmios v5"""
45+
4546
_ws_url: str
4647
_network: Network
4748
_service_name: str

pycardano/backend/ogmios_v6.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ def _parse_cost_models(self, plutus_cost_models):
359359

360360
class OgmiosChainContext(OgmiosV6ChainContext):
361361
"""An alias of OgmiosV6ChainContext for backwards compatibility."""
362+
362363
pass
363364

364365

0 commit comments

Comments
 (0)