Skip to content

Commit

Permalink
Removed unused f-string
Browse files Browse the repository at this point in the history
  • Loading branch information
jtc42 committed Apr 27, 2020
1 parent ac9cb0a commit 8fa1ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nested_thing.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def get(self):
app, labthing = create_app(
__name__,
prefix="/api",
title=f"My Lab Device API",
title="My Lab Device API",
description="Test LabThing-based API",
version="0.1.0",
)
Expand Down

0 comments on commit 8fa1ff3

Please sign in to comment.