Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
purplesmoke05 committed Mar 7, 2023
1 parent 02d30c7 commit 7cd8382
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions migrations/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,7 @@ def render_op_wrapper(autogen_context, op):
if "schema=" not in new_line:
new_line = re.sub("\)$", ", schema=get_db_schema())", line)
else: # If local environment has a schema set
new_line = re.sub(
"schema=(.)*\)$", "schema=get_db_schema())", line
)
new_line = re.sub("schema=(.)*\)$", "schema=get_db_schema())", line)
new_lines.append(new_line)
return new_lines

Expand Down

0 comments on commit 7cd8382

Please sign in to comment.