diff options
author | Scott Moser <smoser@brickies.net> | 2017-06-29 16:50:40 -0400 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2017-06-29 16:50:40 -0400 |
commit | 17bad421b79c3e18978f942321e9865379b09321 (patch) | |
tree | 2fbf89572878a0b5388d67733aa97ffca309d7b2 | |
parent | ebc9ecbc8a76bdf511a456fb72339a7eb4c20568 (diff) | |
download | vyos-cloud-init-17bad421b79c3e18978f942321e9865379b09321.tar.gz vyos-cloud-init-17bad421b79c3e18978f942321e9865379b09321.zip |
requirements.txt: remove trailing white space.
The 'jsonschema' line had trailing white space. Remove it.
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 59ec06d0..61d1e90b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ requests jsonpatch # For validating cloud-config sections per schema definitions -jsonschema +jsonschema # For Python 2/3 compatibility six |