Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
suppress the pylint not-callable bug
Browse files Browse the repository at this point in the history
  • Loading branch information
stu1130 committed Apr 26, 2019
1 parent 3083581 commit 01ee230
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/mxnet/recordio.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
# specific language governing permissions and limitations
# under the License.

# pylint: disable=not-callable
# It's bug from pylint(astroid). See /~https://github.com/PyCQA/pylint/issues/1699

"""Read and write for the RecordIO data format."""
from __future__ import absolute_import
from collections import namedtuple
Expand Down

0 comments on commit 01ee230

Please sign in to comment.