Skip to content

Commit 2f2d36f

Browse files
committed
fix: lint issue
1 parent 6769310 commit 2f2d36f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/aleph/db/accessors/balances.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ async def update_balances(
154154
)
155155

156156
# Convert floats to str to avoid having issue with float to decimal conversion
157-
158157
records = [
159158
(address, chain.value, dapp or "", str(balance), eth_height, last_update)
160159
for address, balance in balances.items()

0 commit comments

Comments
 (0)