Skip to content

Commit

Permalink
fix: Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasyager committed May 5, 2024
1 parent 8e03e85 commit 8385cc0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dbt_meshify/storage/dbt_project_editors.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,6 @@ def write_project_file(self) -> FileChange:

contents = self.subproject.project.to_dict()

# was getting a weird serialization error from ruamel on this value
# it's been deprecated, so no reason to keep it
# contents.pop("version")
# this one appears in the project yml, but i don't think it should be written
contents.pop("query-comment")
contents = filter_empty_dict_items(contents)
Expand Down

0 comments on commit 8385cc0

Please sign in to comment.