refactor: clean up code and improve variable naming

- Removed unnecessary blank lines in cx_setup.py.
- Reformatted conditional checks in meshchat.py for better readability.
- Updated callback variable names in NomadnetDownloader for clarity.
- Adjusted version string formatting in version.py for consistency.
- Reordered import statements in prepare_frontend_dir.py for better organization.
This commit is contained in:
2025-12-01 12:18:01 -06:00
parent 3231afb84d
commit f8b0dd18c5
4 changed files with 15 additions and 14 deletions

View File

@@ -45,4 +45,3 @@ setup(
},
},
)