Skip to content

Commit

Permalink
Deletes unreachable line for tools/dmi (tgstation#58213)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeWaka authored Apr 7, 2021
1 parent ad3507d commit 0b6ce06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/dmi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ def get_state(self, name):
if state.name == name:
return state
raise KeyError(name)
return self.default_state

def _assemble_comment(self):
comment = "# BEGIN DMI\n"
Expand Down

0 comments on commit 0b6ce06

Please sign in to comment.