Skip to content

Commit cde55c6

Browse files
committed
Fix syntax errors
1 parent 3ef926a commit cde55c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
specifically.
2424
"""
2525

26-
2726
import pytest
2827
import unittest
2928
import asyncio
@@ -47,6 +46,7 @@ async def asyncTearDown(self):
4746
for node in self.nodes:
4847
print(f"Closing node {node.port}")
4948
await node.stop()
49+
5050
#
5151
# async def _close_nodes(self, nodes: list[ChaskiNode]):
5252
# """

0 commit comments

Comments
 (0)