-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary atomic decorators from tasks
The `atomic` decorator isn't actually needed on these task functions. Any parts of the tasks that need to be atomic are already marked as such inside the functions that the tasks call.
- Loading branch information
1 parent
7b3cbd4
commit 67799cf
Showing
1 changed file
with
0 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters