Skip to content

Commit

Permalink
fixing tests and pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Jan 22, 2021
1 parent f41b282 commit d33a6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/importers/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ def process(self):
collection = self.get_queryset().first()

if collection:
added_references, = collection.add_expressions(
(added_references, _) = collection.add_expressions(
self.get('data'), settings.API_BASE_URL, self.user, self.get('__cascade', False)
)
for ref in added_references:
Expand Down

0 comments on commit d33a6cd

Please sign in to comment.