Skip to content

Commit 3f3fa8f

Browse files
authored
merge: remove dataclass label
refactor: remove dataclass label (Closes #47)
2 parents a453851 + 7a637c3 commit 3f3fa8f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

bot/utils/startup_reporting.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from collections.abc import Mapping
2-
from dataclasses import dataclass
32
from typing import TYPE_CHECKING
43

54
import discord
@@ -12,7 +11,6 @@
1211
if TYPE_CHECKING:
1312
from bot.bot import Bot
1413

15-
@dataclass(frozen=True)
1614
class StartupFailureReporter:
1715
"""Formats and sends one aggregated startup failure alert to moderators."""
1816

0 commit comments

Comments
 (0)