Skip to content

Commit

Permalink
Remove extra transaction.atomic
Browse files Browse the repository at this point in the history
Thanks to kholdaway for the review.
  • Loading branch information
Noah Lavine committed Jan 3, 2018
1 parent 8d0d6ea commit 8214cf5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion quipucords/scanner/network/inspect_callback.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def __init__(self, scan_task, inspect_results, display=None):
self.results = []
self._ansible_facts = {}

@transaction.atomic
def v2_runner_on_ok(self, result):
"""Print a json representation of the result."""
result_obj = _construct_result(result)
Expand Down

0 comments on commit 8214cf5

Please sign in to comment.