Skip to content

Commit 409c7ed

Browse files
committed
audio: remove incorrect use of dataclass
1 parent 459b84b commit 409c7ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

archinstall/lib/models/audio_configuration.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from ..output import info
88

99

10-
@dataclass
1110
class Audio(Enum):
1211
NoAudio = 'No audio server'
1312
Pipewire = 'pipewire'

0 commit comments

Comments
 (0)