Skip to content

Commit

Permalink
fix: update docstring for additional context
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharest authored Aug 7, 2024
1 parent 11b3dfe commit 57eae30
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/modules/incident/incident_folder.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
"""Module for managing SRE incident folders in Google Drive.
Includes functions to manage the folders, the metadata, and the list of incidents in a Google Sheets spreadsheet.
"""

import os
from slack_sdk.web import WebClient
from slack_bolt import Ack
Expand Down

0 comments on commit 57eae30

Please sign in to comment.