Skip to content

Commit

Permalink
redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKeeley committed Aug 12, 2024
1 parent 4703d16 commit c99233b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions modules/syntax.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ def validate_record_syntax(record, record_type):
for element in elements[1:]:
element = element.strip()

if element[0] in ["+", "-", "~", "?"]:
qualifier = element[0]
element = element[1:]
else:
qualifier = "+"

if ":" in element:
mechanism, value = element.split(":", 1)
elif "=" in element:
Expand Down

0 comments on commit c99233b

Please sign in to comment.