graphite-project / carbon

Whitespace before closing parenthesis FLK-E202
Style
Minor
4 occurrences in this check
whitespace before '}'
 90        packages=['carbon', 'carbon.aggregator', 'twisted.plugins'],
 91        package_dir={'' : 'lib'},
 92        scripts=glob('bin/*'),
 93        package_data={ 'carbon' : ['*.xml'] }, 94        data_files=install_files,
 95        install_requires=['Twisted', 'txAMQP', 'cachetools', 'urllib3'],
 96        classifiers=(
whitespace before ']'
 69# but won't put them in /etc/init.d/ automatically anymore
 70init_scripts = [ ('examples/init.d', ['distro/redhat/init.d/carbon-cache',
 71                                      'distro/redhat/init.d/carbon-relay',
 72                                      'distro/redhat/init.d/carbon-aggregator']) ] 73install_files += init_scripts
 74
 75def read(fname):
whitespace before ']'
 61storage_dirs = [ ('storage/ceres/dummy.txt', []), ('storage/whisper/dummy.txt',[]),
 62                 ('storage/lists',[]), ('storage/log/dummy.txt',[]),
 63                 ('storage/rrd/dummy.txt',[]) ]
 64conf_files = [ ('conf', glob('conf/*.example')) ] 65
 66install_files = storage_dirs + conf_files
 67
whitespace before ']'
 60
 61storage_dirs = [ ('storage/ceres/dummy.txt', []), ('storage/whisper/dummy.txt',[]),
 62                 ('storage/lists',[]), ('storage/log/dummy.txt',[]),
 63                 ('storage/rrd/dummy.txt',[]) ] 64conf_files = [ ('conf', glob('conf/*.example')) ]
 65
 66install_files = storage_dirs + conf_files