removed errant dash that was causing Travis-CI to fail

This commit is contained in:
2018-07-26 11:06:48 -04:00
parent 9cffb51a81
commit 5b27fa1b76

View File

@@ -1,6 +1,6 @@
import datetime import datetime
import logging import logging
-# TODO - Validate query arguments # TODO - Validate query arguments
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)