From e06829ab2c73c6c4cff738c36ba3f2e93e776073 Mon Sep 17 00:00:00 2001 From: Wojtek Porczyk Date: Tue, 11 Oct 2016 13:42:37 +0200 Subject: [PATCH] Make pylint happy --- qubes/dochelpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qubes/dochelpers.py b/qubes/dochelpers.py index 663a8679..18731d48 100644 --- a/qubes/dochelpers.py +++ b/qubes/dochelpers.py @@ -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']