mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 09:42:29 +00:00
[MIRROR] Deletes unreachable line for tools/dmi (#4719)
* Deletes unreachable line for tools/dmi (#58213) Resolves #58211 * Deletes unreachable line for tools/dmi Co-authored-by: ZeWaka <zewakagamer@gmail.com>
This commit is contained in:
@@ -124,7 +124,6 @@ class Dmi:
|
||||
if state.name == name:
|
||||
return state
|
||||
raise KeyError(name)
|
||||
return self.default_state
|
||||
|
||||
def _assemble_comment(self):
|
||||
comment = "# BEGIN DMI\n"
|
||||
|
||||
Reference in New Issue
Block a user