-
Notifications
You must be signed in to change notification settings - Fork 0
Flake 8 line length erros #13
Copy link
Copy link
Open
Labels
Priority: LowLow priority issue that should not be prioritised unless there are no other pending issuesLow priority issue that should not be prioritised unless there are no other pending issuesduplicateThis issue or pull request already existsThis issue or pull request already exists
Metadata
Metadata
Assignees
Labels
Priority: LowLow priority issue that should not be prioritised unless there are no other pending issuesLow priority issue that should not be prioritised unless there are no other pending issuesduplicateThis issue or pull request already existsThis issue or pull request already exists
inflammation/serializers.py:45:80: E501 line too long (83 > 79 characters)
inflammation/serializers.py:53:80: E501 line too long (94 > 79 characters)
consider if max line length is to be explicitly set as something different to 79, or alter files to this length