From 9f34b14f7221c70d2826beb963f3d40986e43dc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20=28kix=29?= Date: Sun, 1 Nov 2020 08:22:44 +0100 Subject: [PATCH] const.py added docstring Remove pylint warning about C0114: Missing module docstring (missing-module-docstring) --- offlineimap/utils/const.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/offlineimap/utils/const.py b/offlineimap/utils/const.py index b8300bb..56a6551 100644 --- a/offlineimap/utils/const.py +++ b/offlineimap/utils/const.py @@ -1,8 +1,9 @@ -# Copyright (C) 2013-2014 Eygene A. Ryabinkin and contributors -# -# Collection of classes that implement const-like behaviour -# for various objects. +""" +Copyright (C) 2013-2014 Eygene A. Ryabinkin and contributors +Collection of classes that implement const-like behaviour +for various objects. +""" import copy