audio: remove incorrect use of dataclass (#3058)

This commit is contained in:
codefiles 2025-01-02 21:44:25 -05:00 committed by GitHub
parent 18ef7fd469
commit 547ce8033d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ from ..installer import Installer
from ..output import info
@dataclass
class Audio(Enum):
NoAudio = 'No audio server'
Pipewire = 'pipewire'