Skip to content

Commit

Permalink
Fix import problem when ConfigSpace not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed Nov 23, 2023
1 parent 068cccd commit 2e0d1ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions smt/utils/design_space.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
except ImportError:
HAS_CONFIG_SPACE = False

class Configuration:
pass

class ConfigurationSpace:
pass

Expand Down

0 comments on commit 2e0d1ef

Please sign in to comment.