Make pylint happy

This commit is contained in:
Wojtek Porczyk 2016-10-11 13:42:37 +02:00
parent c6c0a545e6
commit e06829ab2c

View File

@ -31,7 +31,6 @@ particularly our custom Sphinx extension.
import argparse
import json
import os
import posixpath
import re
import StringIO
import urllib2
@ -53,6 +52,7 @@ OPTIONS_TITLE = 'OPTIONS'
class GithubTicket(object):
# pylint: disable=too-few-public-methods
def __init__(self, data):
self.number = data['number']
self.summary = data['title']