Skip to content

Commit

Permalink
made change to test of str (#4463)
Browse files Browse the repository at this point in the history
* made change to test of str

* changelog update

automatic commit by git-black, original commits:
  76f7bf9
  b3039fd
  • Loading branch information
McKnight-42 authored and iknox-fa committed Feb 8, 2022
1 parent 352a006 commit fb0b2e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/dbt/adapters/sql/connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ def add_query(

fire_event(
SQLQueryStatus(
status=str(self.get_response(cursor)),
elapsed=round((time.time() - pre), 2)
status=str(self.get_response(cursor)), elapsed=round((time.time() - pre), 2)
)
)

Expand Down

0 comments on commit fb0b2e9

Please sign in to comment.