Fixing py lint errors

Bug: webrtc:9548
Change-Id: I0daf8dc06fdaac1637c32994ef6ad542ed52202a
Reviewed-on: https://webrtc-review.googlesource.com/90045
Reviewed-by: Oleh Prypin <oprypin@webrtc.org>
Reviewed-by: Niklas Enbom <niklas.enbom@webrtc.org>
Commit-Queue: Artem Titov <titovartem@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24068}
This commit is contained in:
Artem Titov
2018-07-23 13:58:25 +02:00
committed by Commit Bot
parent 2a959d96c9
commit 5d7a4c6692
9 changed files with 17 additions and 16 deletions

View File

@ -20,6 +20,7 @@ disable=
I0010,
I0011,
W0232,
C0413,
bad-continuation,
broad-except,
duplicate-code,