Skip to content

Commit

Permalink
Update oracle.py
Browse files Browse the repository at this point in the history
  • Loading branch information
acrylJonny committed Nov 15, 2024
1 parent 9cc624f commit b7e85bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ def _get_constraint_data(
return rp.fetchall()

def get_pk_constraint(
self, table_name: str, schema: Optional[str] = None, dblink: str = ""
self, table_name: str, schema: Optional[str] = None, dblink: str = ""
) -> Dict:
pkeys = []
constraint_name = None
Expand Down

0 comments on commit b7e85bf

Please sign in to comment.