Skip to content

Commit

Permalink
Refactor PostgresConnection to remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmancuso committed Oct 27, 2024
1 parent 8291bc7 commit 4cbd0e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/masoniteorm/connections/PostgresConnection.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ def make_connection(self):
if self.has_global_connection():
return self.get_global_connection()

schema = self.schema or self.full_details.get("schema")

self._connection = self.create_connection()

self._connection.autocommit = True
Expand Down

0 comments on commit 4cbd0e4

Please sign in to comment.