Re: [PATCH 1/6] python: disable pylint errors for aqmp-tui

2021-07-20 Thread John Snow
On Tue, Jul 20, 2021 at 2:00 PM John Snow wrote: > > > On Fri, Jul 2, 2021 at 5:26 PM G S Niteesh Babu > wrote: > >> Disable missing-docstring and fixme pylint warnings. >> This is because since the AQMP is just a prototype >> it is currently not documented properly and lot >> of todo and fixme'

Re: [PATCH 1/6] python: disable pylint errors for aqmp-tui

2021-07-20 Thread John Snow
On Fri, Jul 2, 2021 at 5:26 PM G S Niteesh Babu wrote: > Disable missing-docstring and fixme pylint warnings. > This is because since the AQMP is just a prototype > it is currently not documented properly and lot > of todo and fixme's are still in place. > > Signed-off-by: G S Niteesh Babu > ---