Skip to content

Commit

Permalink
Removed extra lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew J. Sonne committed Jun 25, 2017
1 parent 9d730b7 commit c224582
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
use_plugin("python.core")
use_plugin("python.flake8")
use_plugin('python.sphinx')
use_plugin('python.pytddmon')
use_plugin('python.unittest')
use_plugin('python.coverage')
use_plugin("python.distutils")
Expand Down
2 changes: 0 additions & 2 deletions src/main/python/awslambdahelper/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,6 @@ def parse_args(args):
)




class SetupCfgFile(ConfigParser.ConfigParser, object):
"""
Make sure we have a setup.cfg file with an empty install.prefix for uploading to lambda.
Expand Down

0 comments on commit c224582

Please sign in to comment.