cleanup certs.py

This commit is contained in:
2017-05-26 23:02:55 -04:00
parent 0d7de6430e
commit 1f6de03baf
-2
View File
@@ -12,8 +12,6 @@ If you are packaging Requests, e.g., for a Linux distribution or a managed
environment, you can change the definition of where() to return a separately
packaged CA bundle.
"""
import os.path
from certifi import where
if __name__ == '__main__':