Skip to content

Commit 0316834

Browse files
fixing checks
1 parent 845e849 commit 0316834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyoptgra/optgra.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import re
1616
from math import isfinite
17-
from typing import List, Optional, Tuple, Union, Any
17+
from typing import Any, List, Optional, Tuple, Union
1818

1919
import numpy as np
2020
from pygmo import s_policy, select_best

0 commit comments

Comments
 (0)