File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ global-exclude *.pyc
1515global-exclude .git*
1616global-exclude .history*
1717global-exclude .ruff_cache*
18- global-exclude __pycache__*
18+ global-exclude __pycache__*
Original file line number Diff line number Diff line change 88__version__ = "1.0.1"
99__author__ = "DeepCode Team"
1010__url__ = "https://github.com/HKUDS/DeepCode"
11- __description__ = "AI Research Engine - Transform research papers into working code automatically"
11+ __description__ = (
12+ "AI Research Engine - Transform research papers into working code automatically"
13+ )
1214
1315# Import main components for easy access
1416from .utils import FileProcessor , DialogueLogger
1517
1618__all__ = [
17- "FileProcessor" ,
19+ "FileProcessor" ,
1820 "DialogueLogger" ,
1921 "__version__" ,
2022 "__author__" ,
2123 "__url__" ,
22- "__description__"
23- ]
24+ "__description__" ,
25+ ]
You can’t perform that action at this time.
0 commit comments