Skip to content

Commit

Permalink
Fix code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 committed Apr 19, 2024
1 parent 134358e commit fbc6254
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dbt-tests-adapter/dbt/tests/adapter/utils/test_cast.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ def models(self):
return {
"test_cast.yml": fixture_cast.models__test_cast_yml,
"test_cast.sql": self.interpolate_macro_namespace(
self.interpolate_macro_namespace(
fixture_cast.models__test_cast_sql, "cast"
),
self.interpolate_macro_namespace(fixture_cast.models__test_cast_sql, "cast"),
"type_string",
),
}
Expand Down

0 comments on commit fbc6254

Please sign in to comment.