Skip to content

Commit

Permalink
fix bad import
Browse files Browse the repository at this point in the history
  • Loading branch information
aaxelb committed Aug 4, 2023
1 parent 0245d42 commit d2d0cb6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions website/archiver/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
from website.archiver import signals as archiver_signals

from website.project import signals as project_signals
from website.project.tasks import update_share
from website import settings
from website.app import init_addons
from osf.models import (
Expand Down Expand Up @@ -313,4 +312,4 @@ def archive_success(dst_pk, job_pk):
job.save()
dst.sanction.ask(dst.get_active_contributors_recursive(unique_users=True))

update_share(dst)
dst.update_search()

0 comments on commit d2d0cb6

Please sign in to comment.