Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmancuso committed Jan 4, 2024
1 parent 0afd57e commit ea7f06e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/masoniteorm/connections/BaseConnection.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def statement(self, query, bindings=()):
raise AttributeError(
f"Must set the _cursor attribute on the {self.__class__.__name__} class before calling the 'statement' method."
)

self._cursor.execute(query, bindings)
end = "{:.2f}".format(timer() - start)

Expand Down

0 comments on commit ea7f06e

Please sign in to comment.