Skip to content

Commit ef12c7a

Browse files
committed
Revert black format
1 parent 27abd68 commit ef12c7a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/ert/config/ert_config.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1219,9 +1219,8 @@ def env_pr_fm_step(self) -> dict[str, dict[str, Any]]:
12191219

12201220
@staticmethod
12211221
def _create_observations(
1222-
obs_config_content: (
1223-
dict[str, HistoryValues | SummaryValues | GenObsValues] | None
1224-
),
1222+
obs_config_content: dict[str, HistoryValues | SummaryValues | GenObsValues]
1223+
| None,
12251224
ensemble_config: EnsembleConfig,
12261225
time_map: list[datetime] | None,
12271226
history: HistorySource,

0 commit comments

Comments
 (0)