Skip to content

Commit 8fa1ff3

Browse files
committed
Removed unused f-string
1 parent ac9cb0a commit 8fa1ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/nested_thing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def get(self):
119119
app, labthing = create_app(
120120
__name__,
121121
prefix="/api",
122-
title=f"My Lab Device API",
122+
title="My Lab Device API",
123123
description="Test LabThing-based API",
124124
version="0.1.0",
125125
)

0 commit comments

Comments
 (0)