diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2016-08-11 19:57:42 +0200 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2016-08-11 19:57:42 +0200 |
commit | e0d226bab60bebd3bda28d40d0d13fa282669b9e (patch) | |
tree | 481b6aa28bd00903b9132d68bf59408256d4d0f5 /gitlab/utils.py | |
parent | 438dc2fa5969bc4d66d6bcbe920fbcdb8a62d3ba (diff) | |
download | gitlab-e0d226bab60bebd3bda28d40d0d13fa282669b9e.tar.gz |
fix pep8 test
Diffstat (limited to 'gitlab/utils.py')
-rw-r--r-- | gitlab/utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gitlab/utils.py b/gitlab/utils.py index e802f74..bd9c275 100644 --- a/gitlab/utils.py +++ b/gitlab/utils.py @@ -15,6 +15,7 @@ # You should have received a copy of the GNU Lesser General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. + class _StdoutStream(object): def __call__(self, chunk): print(chunk) |