kateforsberg commited on
Commit
9714680
·
1 Parent(s): 09b3f4b

fixed import

Browse files
Files changed (1) hide show
  1. parsers/uw_config_parser.py +1 -1
parsers/uw_config_parser.py CHANGED
@@ -5,7 +5,7 @@ import yaml
5
  from attrs import define
6
  from yaml.resolver import Resolver
7
 
8
- from griptape_statemachine.parsers.base_parser import BaseParser
9
 
10
 
11
  STRUCTURE_SCHEMA = schema.Schema(
 
5
  from attrs import define
6
  from yaml.resolver import Resolver
7
 
8
+ from parsers.base_parser import BaseParser
9
 
10
 
11
  STRUCTURE_SCHEMA = schema.Schema(