Merge branch '21721-refresh-python-deps'
[arvados.git] / sdk / python / tests / test_http.py
index fb424743d9e97f77ce14d54029efa15b5b2b5549..de63719453535d4a1e9e85974ed7b40f8f8f602f 100644 (file)
@@ -24,8 +24,6 @@ import pycurl
 
 from arvados.http_to_keep import http_to_keep
 
-import ruamel.yaml as yaml
-
 # Turns out there was already "FakeCurl" that serves the same purpose, but
 # I wrote this before I knew that.  Whoops.
 class CurlMock: