From 1f6de03baf534b21746b632a4d33889118fb73bb Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 26 May 2017 23:02:55 -0400 Subject: [PATCH] cleanup certs.py --- requests/certs.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/requests/certs.py b/requests/certs.py index 294ce472..d1a378d7 100644 --- a/requests/certs.py +++ b/requests/certs.py @@ -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__':