Closed anilozdemir closed 4 years ago
Great piece of work! As the function fna is part of the main.py, line 12 from models import fna can be removed. As otherwise main.py do not run.
fna
main.py
from models import fna
Thank you! Have removed.
Great piece of work! As the function
fna
is part of themain.py
, line 12from models import fna
can be removed. As otherwisemain.py
do not run.