Skip to content

Commit a353b0b

Browse files
committed
Apply black code formatter
1 parent 5714a26 commit a353b0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

slack_discovery_sdk/examples/audit_logs_pattern.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@
5050
logs_type=AUDIT_LOG_CHANNEL_CREATED_FILENAME,
5151
channel_id="audit_logs",
5252
user_id=user_id,
53-
)
53+
)

slack_discovery_sdk/examples/user_based_eDiscovery_with_edits.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
edits_response = client.discovery_conversations_edits(
5959
channel=channel_id, team=team_id
6060
)
61-
# If has_edits is true, merge the edits into the conversation history file.
61+
# If has_edits is true, merge the edits into the conversation history file.
6262
channel_conversation.body["edits"] = edits_response["edits"]
6363
edits_response_json = json.dumps(channel_conversation.body, indent=4)
6464
export_json_to_file(

0 commit comments

Comments
 (0)