Github user AviaE commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/100#discussion_r115141677 --- Diff: aria/modeling/service_template.py --- @@ -33,7 +33,8 @@ from ..parser import validation from ..parser.consumption import ConsumptionContext from ..parser.reading import deepcopy_with_locators -from ..utils import collections, formatting, console +from ..utils import (collections, formatting, console) --- End diff -- According to https://cwiki.apache.org/confluence/display/ARIATOSCA/Code+Style+Guidelines, section 5c, these should be separated into multiple lines.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---