mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-15 17:30:13 +08:00
Fix formatting of bundled_dist property method
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user