Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/quant-ph-core/script.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from inspirehep.curation.search_check_do.base import SearchCheckDo
from inspirehep.utils import flatten_list
from inspire_utils.helpers import flatten_list
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need this? We probably already run it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc @michamos ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We've run it alreadyso it's probably not needed but it doesn't hurt



class SetQuantPhCore(SearchCheckDo):
Expand Down