Skip to content

Commit 68368d1

Browse files
fix py38-incompatible type declaration
1 parent 7b7294d commit 68368d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/geophires_x_tests/test_options_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def test_equality(self):
4040
self.assertFalse(WellDrillingCostCorrelation.VERTICAL_SMALL == WellDrillingCostCorrelation.DEVIATED_SMALL)
4141
self.assertTrue(WellDrillingCostCorrelation.VERTICAL_SMALL == WellDrillingCostCorrelation.VERTICAL_SMALL)
4242

43-
COST_CORRELATION_TEST_CASES: ClassVar[list[tuple[WellDrillingCostCorrelation, int, float]]] = [
43+
COST_CORRELATION_TEST_CASES: ClassVar[list] = [
4444
(WellDrillingCostCorrelation.VERTICAL_SMALL, 3500, 5.1),
4545
(WellDrillingCostCorrelation.VERTICAL_SMALL, 6500, 13.9),
4646
(WellDrillingCostCorrelation.VERTICAL_SMALL, 7000, 15.9),

0 commit comments

Comments
 (0)