Skip to content

Commit

Permalink
cleanup unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbanin committed Sep 16, 2019
1 parent 733365b commit 0fe4da8
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
{%- set existing_relation = load_relation(this) %}
{%- set tmp_relation = make_temp_relation(this) %}

{%- set old_relation = adapter.get_relation(database=database, schema=schema, identifier=identifier) -%}
{%- set target_relation = api.Relation.create(database=database, identifier=identifier, schema=schema, type='table') -%}

{{ run_hooks(pre_hooks) }}

{% if existing_relation is none %}
Expand Down

0 comments on commit 0fe4da8

Please sign in to comment.