diff --git a/HISTORY.rst b/HISTORY.rst index d3f26bf3..941d69f0 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -7,6 +7,7 @@ History ++++++++++++++++++ - Massive Refactor +- Switch to Apache 2.0 license - Connection Adapters - Standard library logging diff --git a/requests/models.py b/requests/models.py index 1d7a4a53..f2a32d63 100644 --- a/requests/models.py +++ b/requests/models.py @@ -48,7 +48,6 @@ log = logging.getLogger(__name__) class RequestMixin(object): - """docstring for RequestMixin""" @property def path_url(self):