Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Mar 18, 2021
1 parent 41c6673 commit aff9f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocdskingfisherprocess/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -1123,7 +1123,7 @@ def get_id_for_package_data(self, data):
'data': json.dumps(data),
}).fetchone()
if row:
return row.id
return row.id

return self.connection.execute(self.database_get_package_data, {'hash_md5': hash_md5}).fetchone().id

Expand Down

0 comments on commit aff9f3f

Please sign in to comment.