Skip to content

Commit a02fe75

Browse files
fix test error
1 parent d5e8522 commit a02fe75

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717

1818
def create_app(test_config=None):
1919

20-
# divide by zero LOL
21-
print(1/0)
22-
2320
# create and configure the app
2421
app = Flask(__name__, instance_relative_config=True)
2522
app.config.from_mapping(

0 commit comments

Comments
 (0)