Fix formatting of bundled_dist property method

This commit is contained in:
LIghtJUNction
2026-03-21 05:10:52 +08:00
committed by GitHub
parent 4a5ac407d1
commit 286f6668f4

View File

@@ -106,7 +106,7 @@ class AstrbotPaths:
return None
@property
def bundled_dist(self) -> Path
def bundled_dist(self) -> Path :
return self.project_root / "dashboard" / "dist"
async def async_dashboard_version(self) -> str | None: