Skip to content

Commit e0d226b

Browse files
author
Gauvain Pocentek
committed
fix pep8 test
1 parent 438dc2f commit e0d226b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitlab/utils.py

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
# You should have received a copy of the GNU Lesser General Public License
1616
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1717

18+
1819
class _StdoutStream(object):
1920
def __call__(self, chunk):
2021
print(chunk)

0 commit comments

Comments
 (0)