Skip to content

Commit 933e462

Browse files
Remove doc string from private method
1 parent dcedbf3 commit 933e462

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

config.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -680,11 +680,6 @@ def _setup_strike_performed_manually_warning_location(cls) -> None:
680680

681681
@classmethod
682682
def _setup_add_committee_to_threads(cls) -> None:
683-
"""
684-
Add committee members to threads created in committee channels.
685-
686-
A committee channel is any channel whose parent category has 'committee' in the name.
687-
"""
688683
raw_add_committee_to_threads: str = str(
689684
os.getenv("ADD_COMMITTEE_TO_THREADS", "True")
690685
).lower()

0 commit comments

Comments
 (0)