Skip to content

Commit 944c3ab

Browse files
committed
Fix linter
1 parent b0bf7f6 commit 944c3ab

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/test_models.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88

99
class TestIdentity:
10-
1110
def test_file(self):
1211
alice_fname = pathlib.Path(__file__).parent / "alice.toml"
1312
soroban.Identity(_env_file=alice_fname)
@@ -34,14 +33,12 @@ def test_raises(self):
3433

3534

3635
class TestNetworkConfig:
37-
3836
def test_from_network(self):
3937
testnet = pathlib.Path(__file__).parent / "testnet.toml"
4038
soroban.NetworkConfig.from_network(network=testnet)
4139

4240

4341
class TestParams:
44-
4542
def test_parameter(self):
4643
args = {"name": "distributor", "type": "int128", "value": 10}
4744
soroban.Parameter(**args)

0 commit comments

Comments
 (0)