Skip to content

Commit

Permalink
Fix lint of 'impl.py'
Browse files Browse the repository at this point in the history
  • Loading branch information
QMalcolm committed Oct 1, 2024
1 parent 0db38d5 commit 3e54575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/adapters/base/impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def _behavior_flags(self) -> List[BehaviorFlag]:
{
"name": "require_builtin_microbatch_strategy",
"default": False,
"description": "If True, then a builtin `microbatch` materialization strategy can be expected to exist."
"description": "If True, then a builtin `microbatch` materialization strategy can be expected to exist.",
}
]

Expand Down

0 comments on commit 3e54575

Please sign in to comment.