Files
sglang/scripts/format.sh
2024-01-09 12:43:40 -08:00

6 lines
49 B
Bash

isort python
black python
isort test
black test