File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -265,9 +265,10 @@ def get_logs(
265
265
batch .add (self ._get_block (from_block ))
266
266
batch .add (self ._get_logs (filter_params ))
267
267
batch .add (self ._get_block (to_block ))
268
- events : list [LogReceipt ]
269
- to_block_body : BlockData
270
- batch_results = batch .execute ()
268
+
269
+ events : list [LogReceipt ]
270
+ to_block_body : BlockData
271
+ batch_results = batch .execute ()
271
272
if from_block_parent_hash is not None :
272
273
events , to_block_body = batch_results
273
274
else :
Original file line number Diff line number Diff line change 1
1
from setuptools import setup , find_packages
2
2
3
- VERSION = '0.2.0 '
3
+ VERSION = '0.2.1 '
4
4
DESCRIPTION = 'IceCreamSwap Web3.py wrapper'
5
5
LONG_DESCRIPTION = 'IceCreamSwap Web3.py wrapper with automatic retries, multicall and other advanced functionality'
6
6
You can’t perform that action at this time.
0 commit comments