diff options
| author | Nate Prewitt <Nate.Prewitt@gmail.com> | 2016-07-19 14:51:14 -0600 |
|---|---|---|
| committer | Nate Prewitt <Nate.Prewitt@gmail.com> | 2016-07-19 14:51:14 -0600 |
| commit | 15a3869006fa68d7ad34bc315842f2ca5b537311 (patch) | |
| tree | 839a0ee6b746a0af7b0bd164fc1e27b889371f9e /tests/test_utils.py | |
| parent | 75d72ca4ea95d32c446d23670dacae5fceb80e8c (diff) | |
| download | python-requests-15a3869006fa68d7ad34bc315842f2ca5b537311.tar.gz | |
making module docstrings and coding comments consistent
Diffstat (limited to 'tests/test_utils.py')
| -rw-r--r-- | tests/test_utils.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_utils.py b/tests/test_utils.py index ab5c2e37..6f22f659 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -1,4 +1,5 @@ -# coding: utf-8 +# -*- coding: utf-8 -*- + from io import BytesIO import pytest |
