Skip to content

Commit

Permalink
fix lint in session.py (#1575)
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerHYang authored Oct 5, 2023
1 parent c1be8a4 commit e0b9fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/phoenix/session/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def launch_app(
variable `PHOENIX_HOST`, otherwise it defaults to `127.0.0.1`.
port: int, optional
The port on which the server listens. When using traces this should not be
used and should instead set the environment variable `PHOENIX_PORT`.
used and should instead set the environment variable `PHOENIX_PORT`.
Defaults to 6060.
run_in_thread: bool, optional, default=True
Whether the server should run in a Thread or Process.
Expand Down

0 comments on commit e0b9fc9

Please sign in to comment.