Skip to content

Commit e657f91

Browse files
sbodensteinTorax team
authored andcommitted
Internal change.
PiperOrigin-RevId: 794058519
1 parent 8c4ae9e commit e657f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torax/run_simulation_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
from collections.abc import Sequence
2424
import enum
2525
import functools
26-
import os
2726
import pathlib
2827
import time
2928

@@ -37,6 +36,7 @@
3736
from torax._src.plotting import plotruns_lib
3837
from torax._src.torax_pydantic import model_config
3938

39+
4040
# String used when prompting the user to make a choice of command
4141
CHOICE_PROMPT = 'Your choice: '
4242
# String used when prompting the user to make a yes / no choice

0 commit comments

Comments
 (0)