Skip to content

Commit

Permalink
Fix migration bug -resource module not found
Browse files Browse the repository at this point in the history
  • Loading branch information
VirajAdiga authored and bameda committed Apr 3, 2024
1 parent ec1ee06 commit 19c8ad2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions taiga/export_import/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@

logger = logging.getLogger('taiga.export_import')

import resource


@app.task(bind=True)
def dump_project(self, user, project, dump_format):
Expand Down

0 comments on commit 19c8ad2

Please sign in to comment.