Fix(Python): Corrected module references for web server.
This commit is contained in:
@@ -11,7 +11,7 @@ Defines Flask-WTF base forms for handling user input.
|
||||
"""
|
||||
|
||||
# internal
|
||||
from dog_training.helpers.helper_app import Helper_App
|
||||
from helpers.helper_app import Helper_App
|
||||
# external
|
||||
from flask_wtf import FlaskForm
|
||||
from abc import ABCMeta, abstractmethod
|
||||
|
||||
Reference in New Issue
Block a user