rasbt / mlxtend

A library of extension and helper modules for Python's data analysis and machine learning libraries.
https://rasbt.github.io/mlxtend/
Other
4.86k stars 857 forks source link

Update apriori.py #814

Closed gdalmeida99 closed 3 years ago

gdalmeida99 commented 3 years ago

Small changes, meant for use in a specific small project.

Code of Conduct

Description

Related issues or pull requests

Pull Request Checklist

pep8speaks commented 3 years ago

Hello @gdalmeida99! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 124:80: E501 line too long (92 > 79 characters) Line 223:56: E202 whitespace before ']' Line 224:60: E202 whitespace before ']' Line 275:80: E501 line too long (85 > 79 characters)