From 844b45bbc461ad421df41519b13136567389c062 Mon Sep 17 00:00:00 2001 From: Michael Schmoock Date: Sun, 13 Dec 2020 13:14:33 +0100 Subject: [PATCH] chore: flake8 nits github sitecustomize.py --- sitecustomize.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sitecustomize.py b/sitecustomize.py index d86a887..2e7b96b 100644 --- a/sitecustomize.py +++ b/sitecustomize.py @@ -3,6 +3,7 @@ cov = coverage.process_startup() if cov is not None: import atexit + def stop(): cov.stop() cov.save()