ogert 2 years ago
parent
commit
f07856919d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      cdplib/hyperopt/HyperoptPipelineSelector.py

+ 2 - 1
cdplib/hyperopt/HyperoptPipelineSelector.py

@@ -35,7 +35,8 @@ from cdplib.pipeline_selector.PipelineSelector import PipelineSelector,\
 if (sys.version_info.major == 3) & (sys.version_info.minor >= 8):
     from typing import Callable, Optional,\
     Literal, Dict, List, Union
-else:
+
+
     # from typing_extensions import *
     # from typing_extensions import Callable, Optional,\
     # Literal