mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-19 12:00:39 +08:00
fixed formatting
This commit is contained in:
parent
b0439c16b9
commit
8cb7025608
@ -5,6 +5,7 @@ if [ -z "$(ls | grep CONTRIBUTING.md)" ]; then
|
||||
else
|
||||
echo "Formatting frontend with prettier, also type checking with TypeScript"
|
||||
cd ui
|
||||
pnpm i
|
||||
pnpm format:write
|
||||
pnpm ts:check
|
||||
fi
|
||||
|
@ -54,7 +54,7 @@ class TestStartServer(unittest.TestCase):
|
||||
io.show_error = True
|
||||
io.flagging_callback.setup(io.flagging_dir)
|
||||
io.auth = None
|
||||
|
||||
|
||||
port = networking.get_first_available_port(
|
||||
networking.INITIAL_PORT_VALUE,
|
||||
networking.INITIAL_PORT_VALUE + networking.TRY_NUM_PORTS,
|
||||
|
Loading…
x
Reference in New Issue
Block a user