diff options
author | Tommy Carpenter <tommy@research.att.com> | 2019-02-06 20:40:59 -0500 |
---|---|---|
committer | Tommy Carpenter <tommy@research.att.com> | 2019-02-07 10:40:33 -0500 |
commit | 58c2dfb5bf159488dd04cae572af93c975926d1c (patch) | |
tree | fcc7154094e6033b8635d6a994b0a152952785aa /README.md | |
parent | f90acdf54d597d03f3d90865153971499f672b3b (diff) |
Fix flake8 violation
Issue-ID: DCAEGEN2-1182
Change-Id: If0398a2312f27378236ed7c662a6f755800ade5c
Signed-off-by: Tommy Carpenter <tommy@research.att.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -52,9 +52,8 @@ An unforunate consequence of the nested poms is that development changes require 4. setup.py in /app/app 5. Changelod.md 6. version.properties - Additionally, if the development leads to an API change, -6. swagger.yaml in /app/app +7. swagger.yaml in /app/app ## Testing You need `tox`. |