You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
0 commit comments