I have the method: ```python def load_SPAM(self, data, sheet): # noqa: N802 ``` That's still producing: > flake8: N802 function name should be lowercase Some quick googling shows that this should work, so I'm not sure what's up.
I have the method:
That's still producing:
Some quick googling shows that this should work, so I'm not sure what's up.