Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring: First try for data handler #502

Open
wants to merge 8 commits into
base: dev
Choose a base branch
from

Conversation

camillebrianceau
Copy link
Collaborator

No description provided.

@pep8speaks
Copy link

pep8speaks commented Nov 17, 2023

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

Line 144:9: E266 too many leading '#' for block comment
Line 763:32: E711 comparison to None should be 'if cond is None:'
Line 792:35: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
Line 805:30: E712 comparison to False should be 'if cond is False:' or 'if not cond:'

Comment last updated at 2024-01-22 15:14:36 UTC

@camillebrianceau camillebrianceau self-assigned this Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants