oship-dev team mailing list archive
-
oship-dev team
-
Mailing list archive
-
Message #01909
[Bug 379654] Re: Datatypes.py PEP8 errors
** Project changed: oship => oshippy
** Changed in: oshippy
Milestone: 1.0b1 => None
--
You received this bug notification because you are a member of OSHIP
Development Team, which is subscribed to Open Source Health Information
Platform.
https://bugs.launchpad.net/bugs/379654
Title:
Datatypes.py PEP8 errors
Status in Open Source Health Information Platform - Python:
Fix Released
Bug description:
Need to fix these formatting errors:
openehr/datatypes.py:4:58: W291 trailing whitespace
openehr/datatypes.py:16:11: E221 multiple spaces before operator
openehr/datatypes.py:19:37: E231 missing whitespace after ','
openehr/datatypes.py:21:80: E501 line too long (101 characters)
openehr/datatypes.py:30:1: E302 expected 2 blank lines, found 1
openehr/datatypes.py:41:24: E202 whitespace before ')'
openehr/datatypes.py:147:5: E301 expected 1 blank line, found 2
openehr/datatypes.py:1212:16: E211 whitespace before '('
openehr/datatypes.py:1339:33: W602 deprecated form of raising exception
openehr/datatypes.py:2309:1: W391 blank line at end of file
References