Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vvmruder committed Jun 16, 2023
1 parent 914ea4f commit bf65c5e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/geolink2oereb/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,3 @@ def assign_uuids(unique_dokumente, unique_aemter):
amt.set_TID(new_amt_uuid)
uuid_aemter.append(amt)
return uuid_dokumente, uuid_aemter

unique_dokumente, unique_aemter = unify_gathered(run_batch([4305,4304], 'ch.Planungszonen', '/home/kalle/projects/rudert-geoinformatik/geolink2oereb/geolink2oereb/config_gr.yaml', 'pyramid_oereb'))
assign_uuids(unique_dokumente, unique_aemter)

0 comments on commit bf65c5e

Please sign in to comment.