Skip to content

Commit

Permalink
Add docstring to network.requests
Browse files Browse the repository at this point in the history
  • Loading branch information
chrahunt committed Sep 26, 2019
1 parent 9c37424 commit e6e7ea3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pip/_internal/network/requests.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
"""Network request (and requests library) related code.
PipSession is the main class, and bundles all the pip-specific network
request configuration and behavior.
"""
import email.utils
import json
import logging
Expand Down

0 comments on commit e6e7ea3

Please sign in to comment.