From 3238f05eaeb09ed33f01b69a39001313f68ba691 Mon Sep 17 00:00:00 2001 From: "T. Joseph Carter" Date: Sat, 15 Jul 2017 13:22:59 -0700 Subject: [PATCH] Add util module docstring This is mostly to silence pylint3 about it. --- blocksfree/util.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/blocksfree/util.py b/blocksfree/util.py index f105aed..5bb67ca 100644 --- a/blocksfree/util.py +++ b/blocksfree/util.py @@ -15,6 +15,12 @@ # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +""" +Util functions + +This module serves as a catch-all generally for functions that don't seem to +belong somewhere else. +""" from typing import Sequence, Iterator