refac to help_pats

This commit is contained in:
Paul Gauthier 2024-07-05 10:18:34 -03:00
parent 6c92dedac1
commit 929aa7f9ac
3 changed files with 12 additions and 12 deletions

View file

@ -6,7 +6,7 @@ with open("requirements.txt") as f:
requirements = f.read().splitlines()
from aider import __version__
from aider.help import exclude_website_pats
from aider.help_pats import exclude_website_pats
with open("README.md", "r", encoding="utf-8") as f:
long_description = f.read()