From af0e0cfb55b4864d12eaab4cbe8d8f365c65f702 Mon Sep 17 00:00:00 2001 From: Jannik Vogel Date: Fri, 25 Nov 2016 14:01:40 +0100 Subject: [PATCH] Remove unused yaml import / TODO --- tag_build.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tag_build.py b/tag_build.py index 95893e4..a90bba4 100644 --- a/tag_build.py +++ b/tag_build.py @@ -1,7 +1,6 @@ #!/usr/bin/env python3 import subprocess -import yaml import os, sys, stat, errno, shutil import logging import requests @@ -23,7 +22,6 @@ logger.addHandler(fh) logger.addHandler(eh) logger.addHandler(ch) -# TODO: Change this to use a yaml config file instead # TODO: add multiple label support. Joining on a comma does an AND not an OR in github api, so we need to make multiple requests LABEL_TO_FETCH = 'pr:bleeding-edge-merge'