Skip to content

Commit

Permalink
locally disable pylint's protected-access warning due to the access o…
Browse files Browse the repository at this point in the history
…f bson._use_c
  • Loading branch information
ssato committed Aug 14, 2015
1 parent 69c9561 commit cb22510
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions anyconfig/backend/bson.py
Expand Up @@ -4,6 +4,8 @@
#
# Ref. python -c "import bson; help(bson)"
#
# Access to bson._use_c is required to switch loading options:
# pylint: disable=protected-access
"""BSON backend.
.. versionadded:: 0.1.0
Expand Down

0 comments on commit cb22510

Please sign in to comment.