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__':