man-group / arctic

High performance datastore for time series and tick data
https://arctic.readthedocs.io/en/latest/
GNU Lesser General Public License v2.1
3.05k stars 583 forks source link

Fix flake8 errors #875

Closed bmoscon closed 3 years ago

bmoscon commented 4 years ago

The build is failing due to some flake8 issues:

$ pycodestyle arctic
arctic/tickstore/toplevel.py:101:66: E741 ambiguous variable name 'l'
arctic/tickstore/toplevel.py:108:13: E741 ambiguous variable name 'l'
arctic/tickstore/toplevel.py:142:79: E741 ambiguous variable name 'l'
arctic/store/_version_store_utils.py:149:20: E741 ambiguous variable name 'l'
arctic/store/_version_store_utils.py:296:23: E741 ambiguous variable name 'l'
arctic/store/_version_store_utils.py:321:23: E741 ambiguous variable name 'l'
arctic/store/_version_store_utils.py:344:18: E741 ambiguous variable name 'l'
The command "pycodestyle arctic" exited with 1.

This PR fixes these issues

bmoscon commented 3 years ago

@jamesblackburn - I always squash it