quality fixes

This commit is contained in:
jinder1s
2019-10-07 10:28:38 -04:00
parent 93e11925ff
commit bd479292f7

View File

@@ -18,6 +18,7 @@ from six.moves.BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer # pylin
from six.moves.socketserver import ThreadingMixIn # pylint: disable=import-error
LOGGER = getLogger(__name__)
def require_params(method, *required_keys):
"""
Decorator to ensure that the method has all the required parameters.