Skip to content

Commit 891f4a8

Browse files
committed
import rename
1 parent a3432cf commit 891f4a8

File tree

14 files changed

+2
-2
lines changed

14 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

module/home/routes.py renamed to modules/home/routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from flask import Blueprint
2-
from module.home.methods import index
2+
from modules.home.methods import index
33

44
""" blueprint module for url handler """
55
__method__ = Blueprint(__name__, __name__)
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)