acecalisto3 commited on
Commit
ffbc586
·
verified ·
1 Parent(s): a5b68bc

Update agent/prompts.py

Browse files
Files changed (1) hide show
  1. agent/prompts.py +1 -1
agent/prompts.py CHANGED
@@ -1,5 +1,5 @@
1
  from typing import List, Dict, Optional
2
- from custom_types import (
3
  Code,
4
  Prompt,
5
  AppType,
 
1
  from typing import List, Dict, Optional
2
+ from cust_types import (
3
  Code,
4
  Prompt,
5
  AppType,