From 5f4d0d08defe1e34aa1cdcb41f24343934135e7e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 17 Nov 2016 10:53:33 -0500 Subject: [PATCH] Revert "Adding 'import requests' to readme code snippet." --- README.rst | 1 - docs/index.rst | 1 - 2 files changed, 2 deletions(-) diff --git a/README.rst b/README.rst index 146dc06d..fbcb393f 100644 --- a/README.rst +++ b/README.rst @@ -15,7 +15,6 @@ Behold, the power of Requests: .. code-block:: python - >>> import requests >>> r = requests.get('https://api.github.com/user', auth=('user', 'pass')) >>> r.status_code 200 diff --git a/docs/index.rst b/docs/index.rst index 160596d0..d8279a9c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -17,7 +17,6 @@ constantly reading documentation, depression, headaches, or even death. Behold, the power of Requests:: - >>> import requests >>> r = requests.get('https://api.github.com/user', auth=('user', 'pass')) >>> r.status_code 200