Skip to content

Commit 52fd2c3

Browse files
authored
fix: Attempt to fix recently introduced import error (DenverCoder1#46)
1 parent 980f4cd commit 52fd2c3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

api/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
from .index import app

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import pytest
2-
from api import app
2+
from api.index import app
33
from flask.wrappers import Request
44

55

0 commit comments

Comments
 (0)