pylint: db is a valid variable name

This commit is contained in:
David Baumgold
2013-10-28 14:31:23 -04:00
parent c4434cb1f0
commit ff5baa7ace
2 changed files with 1 additions and 3 deletions

View File

@@ -27,8 +27,6 @@ class LocMapperStore(object):
or dominant store, but that's not a requirement. This store creates its own connection.
'''
# C0103: varnames and attrs must be >= 3 chars, but db defined by long time usage
# pylint: disable = C0103
def __init__(
self, host, db, collection, port=27017, user=None, password=None,
**kwargs