cov-lineages / pangoLEARN

Store of the trained model for pangolin to access.
GNU General Public License v3.0
55 stars 13 forks source link

pangoLEARN python code causes flake8 issue #15

Closed pvanheus closed 3 years ago

pvanheus commented 3 years ago

This line - https://github.com/cov-lineages/pangoLEARN/blob/master/pangoLEARN/__init__.py#L3 - in the __init__.py is flagged by flake8 as a problem because of the lack of space around the =. This causes a problem with tools using pangoLEARN and also being validated with flake8.

aineniamh commented 3 years ago

Ah thanks, I've fixed that in the master and will note it for future releases!