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
commit 0a1fd77455f7daa09a3450068ef91d9ca5be9186 Author: Daniel Gruno <[email protected]> AuthorDate: Tue Aug 25 21:45:34 2020 +0200 remove unused imports --- tools/setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/setup.py b/tools/setup.py index 546ed01..0afd10d 100755 --- a/tools/setup.py +++ b/tools/setup.py @@ -17,11 +17,9 @@ import argparse import importlib.util import logging -import os import os.path import shutil import sys -import yaml if sys.version_info <= (3, 7): print("This script requires Python 3.8 or higher")
