Fix some style error introduced during the merge
This commit is contained in:
@ -192,6 +192,7 @@ def get_tuple(tuple, index, default=None):
|
||||
except IndexError:
|
||||
return default
|
||||
|
||||
|
||||
class PGTUrlHandler(BaseHTTPServer.BaseHTTPRequestHandler):
|
||||
PARAMS = {}
|
||||
|
||||
|
Reference in New Issue
Block a user