Skip to content

Commit c290d58

Browse files
committed
Removed duplicated line
1 parent 33145fc commit c290d58

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

the_well/data/datasets.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,6 @@ def __init__(
332332
if use_normalization and normalization_type:
333333
with self.fs.open(self.normalization_path, mode="r") as f:
334334
stats = yaml.safe_load(f)
335-
with self.fs.open(self.normalization_path, mode="r") as f:
336-
stats = yaml.safe_load(f)
337335

338336
self.norm = normalization_type(
339337
stats, self.core_field_names, self.core_constant_field_names

0 commit comments

Comments
 (0)