Skip to content

Commit 8baf0f2

Browse files
fix: dropping old import of hello_world_bp
1 parent 53f92b7 commit 8baf0f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from flask_migrate import Migrate
33
from .models import config_db
44
from .serializer import config_ma
5-
from .hello_world import hello_world_bp
65
from .blueprints.hello_world import hello_world_bp
76
from dotenv import load_dotenv
87
import os

0 commit comments

Comments
 (0)