Skip to content

Commit d1920ab

Browse files
1yamnesitor
authored andcommitted
fix: linting error hatch
1 parent e3f221c commit d1920ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/aleph/sdk/connectors/superfluid.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ def can_start_flow(self, flow: Decimal, block=True) -> bool:
8181
"""Check if the account has enough funds to start a Superfluid flow of the given size."""
8282
return self._simulate_create_tx_flow(flow=flow, block=block)
8383

84-
8584
async def create_flow(self, receiver: str, flow: Decimal) -> str:
8685
"""Create a Superfluid flow between two addresses."""
8786
return await self._execute_operation_with_account(

0 commit comments

Comments
 (0)