Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
Moult committed May 10, 2024
1 parent b292099 commit 51d3a2b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ifctester/ifctester/facet.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ class Facet:
def __init__(self, *parameters):
self.status = None
self.failures: list[FacetFailure] = []
self.parameters = []
self.applicability_templates = []
for i, name in enumerate(self.parameters):
setattr(self, name.replace("@", ""), parameters[i])

Expand Down

0 comments on commit 51d3a2b

Please sign in to comment.