Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! Remove defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-turbaszek committed Sep 10, 2024
1 parent 3a979f5 commit a24a727
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ def apply_mixins(cls, data: Dict) -> Dict:
mixins=data["mixins"],
)
entities[entity_name] = merged_values
continue
return data

@staticmethod
Expand Down
2 changes: 1 addition & 1 deletion tests/project/test_project_definition_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ def _assert_entities_are_equal(
assert v1_entity.runtime == v2_entity.runtime


def test_mixin_with_unknwon_entity_key_raises_error():
def test_mixin_with_unknown_entity_key_raises_error():
definition_input = {
"definition_version": "2",
"entities": {
Expand Down

0 comments on commit a24a727

Please sign in to comment.