No empty docstrings

This commit is contained in:
Pedro Algarvio 2015-07-12 19:26:33 +01:00
parent 6294c67b12
commit 2b14375b30

View file

@ -44,6 +44,7 @@ def parse():
def mod_data(opts, full):
'''
Grab the module's data
'''
ret = {}
finder = modulefinder.ModuleFinder()