DawnC commited on
Commit
1e52619
·
verified ·
1 Parent(s): beedc2e

Update template_manager.py

Browse files
Files changed (1) hide show
  1. template_manager.py +1 -1
template_manager.py CHANGED
@@ -2,7 +2,7 @@ import logging
2
  import traceback
3
  import re
4
  import random
5
- from typing import Dict, List, Optional, Any
6
  import json
7
 
8
  from scene_detail_templates import SCENE_DETAIL_TEMPLATES
 
2
  import traceback
3
  import re
4
  import random
5
+ from typing import Dict, List, Optional, Union, Any
6
  import json
7
 
8
  from scene_detail_templates import SCENE_DETAIL_TEMPLATES