chore: flake8 nits github sitecustomize.py

This commit is contained in:
Michael Schmoock
2020-12-13 13:14:33 +01:00
committed by Christian Decker
parent e825910af1
commit 844b45bbc4

View File

@@ -3,6 +3,7 @@ cov = coverage.process_startup()
if cov is not None:
import atexit
def stop():
cov.stop()
cov.save()