diff options
| author | Kenneth Reitz <me@kennethreitz.org> | 2016-07-20 18:38:38 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-20 18:38:38 -0400 |
| commit | fb014560611f6ebb97e7deb03ad8336c3c8f2db1 (patch) | |
| tree | b1f81b24ef413e1cb4a9abdd75a8ee6aa2a0d5ca /tests/test_lowlevel.py | |
| parent | 4285bac3fd0e53fe4194ff29bc9ca931c48b2179 (diff) | |
| parent | b7809acb473cf084b467b0ec0a524c50bcbe225f (diff) | |
| download | python-requests-fb014560611f6ebb97e7deb03ad8336c3c8f2db1.tar.gz | |
Merge pull request #3429 from nateprewitt/docstring_cleanup
Docstring cleanup
Diffstat (limited to 'tests/test_lowlevel.py')
| -rw-r--r-- | tests/test_lowlevel.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_lowlevel.py b/tests/test_lowlevel.py index 98834271..126a3a3f 100644 --- a/tests/test_lowlevel.py +++ b/tests/test_lowlevel.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + import os import pytest import threading |
