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 9, 2024
1 parent 45cfa4c commit a43d276
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 @@ -411,7 +411,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 a43d276

Please sign in to comment.