Make pylint happy
This commit is contained in:
		
							parent
							
								
									c6c0a545e6
								
							
						
					
					
						commit
						e06829ab2c
					
				@ -31,7 +31,6 @@ particularly our custom Sphinx extension.
 | 
				
			|||||||
import argparse
 | 
					import argparse
 | 
				
			||||||
import json
 | 
					import json
 | 
				
			||||||
import os
 | 
					import os
 | 
				
			||||||
import posixpath
 | 
					 | 
				
			||||||
import re
 | 
					import re
 | 
				
			||||||
import StringIO
 | 
					import StringIO
 | 
				
			||||||
import urllib2
 | 
					import urllib2
 | 
				
			||||||
@ -53,6 +52,7 @@ OPTIONS_TITLE = 'OPTIONS'
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class GithubTicket(object):
 | 
					class GithubTicket(object):
 | 
				
			||||||
 | 
					    # pylint: disable=too-few-public-methods
 | 
				
			||||||
    def __init__(self, data):
 | 
					    def __init__(self, data):
 | 
				
			||||||
        self.number = data['number']
 | 
					        self.number = data['number']
 | 
				
			||||||
        self.summary = data['title']
 | 
					        self.summary = data['title']
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user