Cleanup more pylint issues (#7848)

This PR builds on #7657 and cleans up additional unnecessary pylint comments and some stray comments referring to pylint: disable comments that have been deleted that I didn't notice in my review of that PR.

* Remove stray pylint link.

* Cleanup more pylint comments

* Cleanup magic_typing imports

* Remove unneeded pylint: enable comments
This commit is contained in:
Brad Warren
2020-03-16 09:43:48 -07:00
committed by GitHub
parent 30ec4cafe1
commit 06599a1e18
25 changed files with 4 additions and 38 deletions
@@ -102,7 +102,6 @@ For this reason the internal representation of data should not ignore the case.
import abc
import six
from acme.magic_typing import Any, Dict, Optional, Tuple # pylint: disable=unused-import, no-name-in-module
@six.add_metaclass(abc.ABCMeta)