Skip to content

Commit 9174715

Browse files
author
Joel Collins
committed
Fixed PYL-W0102
1 parent 4287672 commit 9174715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labthings/server/quick.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def create_app(
1313
version: str = "0.0.0",
1414
handle_errors: bool = True,
1515
handle_cors: bool = True,
16-
flask_kwargs: dict = {},
16+
flask_kwargs: dict = None,
1717
):
1818
"""QUick-create a LabThings-enabled Flask app
1919

0 commit comments

Comments
 (0)