Skip to content

Commit e1e5f78

Browse files
Abel Milashclaude
andcommitted
Drop group-label comments from __all__ lists
The inline comments (# batch, # filters, etc.) restate what the import statements above already show. Per repo convention, comments should explain why, not what. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 8ad2282 commit e1e5f78

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

src/PowerPlatform/Dataverse/models/__init__.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,38 +35,28 @@
3535
from .upsert import UpsertItem
3636

3737
__all__ = [
38-
# batch
3938
"BatchItemResponse",
4039
"BatchResult",
41-
# fetchxml
4240
"FetchXmlQuery",
43-
# filters (typed builder; deprecated factories are not re-exported)
4441
"ColumnProxy",
4542
"FilterExpression",
4643
"col",
4744
"raw",
48-
# labels
4945
"Label",
5046
"LocalizedLabel",
51-
# protocol
5247
"DataverseModel",
53-
# query builder
5448
"ExpandOption",
5549
"QueryBuilder",
5650
"QueryParams",
57-
# record
5851
"QueryResult",
5952
"Record",
60-
# relationship
6153
"CascadeConfiguration",
6254
"LookupAttributeMetadata",
6355
"ManyToManyRelationshipMetadata",
6456
"OneToManyRelationshipMetadata",
6557
"RelationshipInfo",
66-
# table info
6758
"AlternateKeyInfo",
6859
"ColumnInfo",
6960
"TableInfo",
70-
# upsert
7161
"UpsertItem",
7262
]

src/PowerPlatform/Dataverse/operations/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
from .tables import TableOperations
2626

2727
__all__ = [
28-
# batch
2928
"BatchDataFrameOperations",
3029
"BatchOperations",
3130
"BatchQueryOperations",
@@ -34,7 +33,6 @@
3433
"BatchTableOperations",
3534
"ChangeSet",
3635
"ChangeSetRecordOperations",
37-
# other operations
3836
"DataFrameOperations",
3937
"FileOperations",
4038
"QueryOperations",

0 commit comments

Comments
 (0)