Skip to content

Commit 9808fde

Browse files
committed
service: fix linting issue with too many attributes
1 parent 5642bb7 commit 9808fde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyodata/v2/service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -728,6 +728,7 @@ def get_default_headers(self):
728728
}
729729

730730

731+
# pylint: disable=too-many-instance-attributes
731732
class EntityProxy:
732733
"""An immutable OData entity instance, consisting of an identity (an
733734
entity-set and a unique entity-key within that set), properties (typed,

0 commit comments

Comments
 (0)