Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharktas committed Feb 2, 2024
1 parent 5ac6e06 commit ce97458
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckanext/xroad_integration/harvesters/xroad_harvester.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ def fetch_stage(self, harvest_object):
else:
log.warn(f'Empty OpenApi service description returned for {generate_service_name(service)}')


dataset['subsystem_pickled'] = subsystem.serialize()
dataset['subsystem_dict'] = json.loads(subsystem.serialize_json())
harvest_object.content = json.dumps(dataset)
Expand Down

0 comments on commit ce97458

Please sign in to comment.