diff options
author | Scott Moser <smoser@ubuntu.com> | 2015-08-31 14:11:47 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2015-08-31 14:11:47 -0400 |
commit | 3f2dddae6e8d5148bcf89c2b4e27975d1da77aea (patch) | |
tree | 289656329417732874ec95f789eeb0b8d4340806 /cloudinit/reporting | |
parent | 8bcccd07d1dbde74126e81967388d2e5a90fcfa7 (diff) | |
download | vyos-cloud-init-3f2dddae6e8d5148bcf89c2b4e27975d1da77aea.tar.gz vyos-cloud-init-3f2dddae6e8d5148bcf89c2b4e27975d1da77aea.zip |
handlers: drop unused import
this import was left over from before we moved oauthlib into url_helper
Diffstat (limited to 'cloudinit/reporting')
-rw-r--r-- | cloudinit/reporting/handlers.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cloudinit/reporting/handlers.py b/cloudinit/reporting/handlers.py index 140a98c5..ba480da0 100644 --- a/cloudinit/reporting/handlers.py +++ b/cloudinit/reporting/handlers.py @@ -1,7 +1,6 @@ # vi: ts=4 expandtab import abc -import oauthlib.oauth1 as oauth1 import six from ..registry import DictRegistry |