-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolved all pylint errors in datastore.entity.
Pylint errors were: C: 90, 0: Line too long (82/80) (line-too-long) W: 67, 4: __init__ method from base class 'dict' is not called (super-init-not-called) C:138, 4: Invalid argument name "pb" (invalid-name) E:177,43: Instance of 'Entity' has no 'to_protobuf' member (but some types could not be inferred) (maybe-no-member) E:191,19: Instance of 'Entity' has no 'to_protobuf' member (but some types could not be inferred) (maybe-no-member) E:196,27: Instance of 'Entity' has no 'is_partial' member (but some types could not be inferred) (maybe-no-member) E:202,18: Instance of 'Entity' has no 'path' member (but some types could not be inferred) (maybe-no-member) E:216,51: Instance of 'Entity' has no 'to_protobuf' member (but some types could not be inferred) (maybe-no-member) E:221,38: Instance of 'Entity' has no 'path' member (but some types could not be inferred) (maybe-no-member) R: 24, 0: Too many public methods (25/20) (too-many-public-methods) W: 18, 0: Unused import datetime (unused-import)
- Loading branch information
Showing
1 changed file
with
22 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters