Skip to content

Commit

Permalink
change import os.environ
Browse files Browse the repository at this point in the history
Signed-off-by: Asish Kumar <[email protected]>
  • Loading branch information
officialasishkumar committed Aug 12, 2024
1 parent 207f7f2 commit 7341144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/benchmark_base.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import functools
import os.environ as env
from os import environ as env
from copy import deepcopy
from pathlib import Path

Expand Down

0 comments on commit 7341144

Please sign in to comment.