Fix import in tests.py
tests.py was importing update_std_dev() from views.py (where the function was prior to the refactor), now fixed.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from django.test import TestCase
|
||||
from .views import update_std_dev
|
||||
from .utils import update_std_dev
|
||||
import math
|
||||
# Create your tests here.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user