Skip to content

Commit 4dd94b6

Browse files
committed
Better
1 parent e21fa5e commit 4dd94b6

File tree

1 file changed

+1
-4
lines changed
  • src/apify_client/clients/resource_clients

1 file changed

+1
-4
lines changed

src/apify_client/clients/resource_clients/actor.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ def get_actor_representation(
8888
},
8989
'pricingInfos': pricing_infos,
9090
'actorPermissionLevel': actor_permission_level,
91+
'taggedBuilds': tagged_builds,
9192
}
9293

9394
# Only include actorStandby if at least one field is provided
@@ -110,10 +111,6 @@ def get_actor_representation(
110111
'memoryMbytes': actor_standby_memory_mbytes,
111112
}
112113

113-
# Add taggedBuilds if provided
114-
if tagged_builds is not None:
115-
actor_dict['taggedBuilds'] = tagged_builds
116-
117114
return actor_dict
118115

119116

0 commit comments

Comments
 (0)