From cbfcd38bca7701fa53713c70c98602bff6817f49 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:16:19 +0100 Subject: [PATCH] stacktrace.py added docstring Removed warning: C0114: Missing module docstring (missing-module-docstring) --- offlineimap/utils/stacktrace.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/offlineimap/utils/stacktrace.py b/offlineimap/utils/stacktrace.py index ba6bf4f..eacd5e8 100644 --- a/offlineimap/utils/stacktrace.py +++ b/offlineimap/utils/stacktrace.py @@ -1,6 +1,8 @@ -# Copyright 2013 Eygene A. Ryabinkin -# Functions to perform stack tracing (for multithreaded programs -# as well as for single-threaded ones). +""" +Copyright 2013 Eygene A. Ryabinkin +Functions to perform stack tracing (for multithreaded programs +as well as for single-threaded ones). +""" import sys import threading