Skip to content

Commit

Permalink
Remove unneccesary test file creation by create_udfs.py
Browse files Browse the repository at this point in the history
Signed-off-by: marcel <[email protected]>
  • Loading branch information
wagmarcel committed Jul 26, 2023
1 parent 3457cce commit b2c3bb4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions semantic-model/shacl2flink/create_udfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ def main(output_folder='output'):
crd['spec'] = spec
f.write('---')
yaml.dump(crd, f)
with open(os.path.join(output_folder, 'test'), 'w') as f:
f.write('---')
f.close()


if __name__ == '__main__':
Expand Down

0 comments on commit b2c3bb4

Please sign in to comment.