This commit is contained in:
Paul Gauthier 2023-06-22 11:56:55 -07:00
parent cc79f62498
commit e8e2ea9d89
4 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# flake8: noqa: E501
from .prompts_base import CoderPrompts
from .base_prompts import CoderPrompts
class WholeFilePrompts(CoderPrompts):