Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
rohansk1 committed Dec 1, 2024
1 parent f5e55bb commit 446ae74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/test_error_step_propagator.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import unittest
import json
from unittest.mock import patch
from propagate_error import propagate_first_error_layer, main
from error_step_propagator import propagate_first_error_layer, main

class TestPropagateError(unittest.TestCase):
def setUp(self):
Expand Down

0 comments on commit 446ae74

Please sign in to comment.