diff options
Diffstat (limited to 'opendc/util/path_parser.py')
| -rw-r--r-- | opendc/util/path_parser.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opendc/util/path_parser.py b/opendc/util/path_parser.py index 292b747b..7948ee1b 100644 --- a/opendc/util/path_parser.py +++ b/opendc/util/path_parser.py @@ -1,6 +1,6 @@ import json -import sys, os -import re +import os + def parse(version, endpoint_path): """Map an HTTP endpoint path to an API path""" |
