Skip to content

Commit

Permalink
remove unused change
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli_han authored and yuli_han committed Feb 28, 2024
1 parent 7019df4 commit 49bc5ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api/py/ai/chronon/repo/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,10 +324,10 @@ def set_runtime_env(args):
[
k
for k in [
"chronon",
conf_type,
args.mode.replace("-", "_") if args.mode else None,
]
"chronon",
conf_type,
args.mode.replace("-", "_") if args.mode else None,
]
if k is not None
]
)
Expand Down

0 comments on commit 49bc5ed

Please sign in to comment.