Skip to content

Commit 941b520

Browse files
Fix typehint in setting storage path
1 parent bb214f1 commit 941b520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/labthings_fastapi/thing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def settings(self):
138138
_setting_storage_path: Optional[str] = None
139139

140140
@property
141-
def setting_storage_path(self) -> str:
141+
def setting_storage_path(self) -> Optional[str]:
142142
"""The storage path for settings. This is set at runtime."""
143143
return self._setting_storage_path
144144

0 commit comments

Comments
 (0)