From 2b14375b30c13386427bc2e4441d9c62ff414290 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Sun, 12 Jul 2015 19:26:33 +0100 Subject: [PATCH] No empty docstrings --- tests/modparser.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/modparser.py b/tests/modparser.py index d5fb60efd8d..7e0aac21e42 100644 --- a/tests/modparser.py +++ b/tests/modparser.py @@ -44,6 +44,7 @@ def parse(): def mod_data(opts, full): ''' + Grab the module's data ''' ret = {} finder = modulefinder.ModuleFinder()