Skip to content

Commit

Permalink
Remove NotImplementedError()
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Oct 16, 2023
1 parent 5f84282 commit 1936773
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ciscoconfparse/ccp_abc.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ def calculate_line_id(self):
# I am keeping this in calculate_line_id() to document the
# proposal and why I decided against it.
##################################################################
raise NotImplementedError()
indent_str = indent * " "
if self.is_comment is False:
_line_id = hash(indent_str + " ".join(self.text.strip().split()))
Expand Down

0 comments on commit 1936773

Please sign in to comment.