We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 762067a commit 4c771f8Copy full SHA for 4c771f8
tests/test_geophires_x.py
@@ -2,7 +2,6 @@
2
import tempfile
3
import uuid
4
from pathlib import Path
5
-from typing import Any
6
from typing import Optional
7
8
from geophires_x.OptionList import PlantType
@@ -662,7 +661,7 @@ def _get_result(num_laterals: int) -> GeophiresXResult:
662
661
)
663
664
665
- def _c_non_vert(r: GeophiresXResult) -> dict[str, Any]:
+ def _c_non_vert(r: GeophiresXResult) -> dict:
666
return r.result['CAPITAL COSTS (M$)']['Drilling and completion costs per non-vertical section']
667
668
self.assertIsNone(_c_non_vert(_get_result(0)))
0 commit comments