File tree Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,15 @@ def __init__(
1515 ):
1616 if publish is not None :
1717 self .publish = publish
18- else :
19- if remove_ai_tags is not None :
20- self .remove_ai_tags = remove_ai_tags
21- if webhook_url is not None :
22- self .webhook_url = webhook_url
23- if extensions is not None :
24- self .extensions = extensions
25- if tags is not None :
26- self .tags = tags
27- if custom_coordinates is not None :
28- self .custom_coordinates = custom_coordinates
29- if custom_metadata is not None :
30- self .custom_metadata = custom_metadata
18+ if remove_ai_tags is not None :
19+ self .remove_ai_tags = remove_ai_tags
20+ if webhook_url is not None :
21+ self .webhook_url = webhook_url
22+ if extensions is not None :
23+ self .extensions = extensions
24+ if tags is not None :
25+ self .tags = tags
26+ if custom_coordinates is not None :
27+ self .custom_coordinates = custom_coordinates
28+ if custom_metadata is not None :
29+ self .custom_metadata = custom_metadata
You can’t perform that action at this time.
0 commit comments