Skip to content

Commit

Permalink
Fixed PYL-W0102
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Collins committed Feb 11, 2020
1 parent 4287672 commit 9174715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labthings/server/quick.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def create_app(
version: str = "0.0.0",
handle_errors: bool = True,
handle_cors: bool = True,
flask_kwargs: dict = {},
flask_kwargs: dict = None,
):
"""QUick-create a LabThings-enabled Flask app
Expand Down

0 comments on commit 9174715

Please sign in to comment.