Skip to content

Commit 133668a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c311d93 commit 133668a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

generate.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
import build_status
1616
import contribute
1717
from completion import branches_from_devguide, get_completion, TranslatorsData
18-
from counts import get_counts
1918
from repositories import Language, get_languages_and_repos
2019

2120
generation_time = datetime.now(timezone.utc)
@@ -100,10 +99,11 @@ class LanguageProjectData:
10099
logging.info(f'starting at {generation_time}')
101100
Path('build').mkdir(parents=True, exist_ok=True)
102101

103-
# completion_progress = list(get_completion_progress())
104-
#counts = get_counts(Path('clones', 'cpython', 'Doc', 'build', 'gettext'))
102+
# completion_progress = list(get_completion_progress())
103+
# counts = get_counts(Path('clones', 'cpython', 'Doc', 'build', 'gettext'))
105104
from data import completion_progress
106-
counts = 1,1
105+
106+
counts = 1, 1
107107

108108
env = Environment(loader=FileSystemLoader('templates'))
109109
index = env.get_template('index.html.jinja').render(

0 commit comments

Comments
 (0)