Remove unused yaml import / TODO
This commit is contained in:
parent
6bc5cfc953
commit
af0e0cfb55
@ -1,7 +1,6 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import subprocess
|
import subprocess
|
||||||
import yaml
|
|
||||||
import os, sys, stat, errno, shutil
|
import os, sys, stat, errno, shutil
|
||||||
import logging
|
import logging
|
||||||
import requests
|
import requests
|
||||||
@ -23,7 +22,6 @@ logger.addHandler(fh)
|
|||||||
logger.addHandler(eh)
|
logger.addHandler(eh)
|
||||||
logger.addHandler(ch)
|
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
|
# 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'
|
LABEL_TO_FETCH = 'pr:bleeding-edge-merge'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user