This is an automated email from the ASF dual-hosted git repository.
humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
The following commit(s) were added to refs/heads/master by this push:
new 65522fb PEP8: needs two blank lines after imports
65522fb is described below
commit 65522fbe1cdbe7501052e499333e3927eb816965
Author: Daniel Gruno <[email protected]>
AuthorDate: Mon Aug 24 12:45:11 2020 +0200
PEP8: needs two blank lines after imports
---
tools/plugins/ponymailconfig.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/plugins/ponymailconfig.py b/tools/plugins/ponymailconfig.py
index 1ceef0b..bd319bd 100755
--- a/tools/plugins/ponymailconfig.py
+++ b/tools/plugins/ponymailconfig.py
@@ -31,6 +31,7 @@
import os.path
import yaml
+
class PonymailConfig(object):
def __init__(self):