Skip to content

Commit 1ab509a

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

generate.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ def get_project_data(
6464
) -> 'LanguageProjectData':
6565
built = language.code in languages_built
6666
if repo:
67-
completion, translators_data, branch, change, latest_commit_date = get_completion(clones_dir, repo)
67+
completion, translators_data, branch, change, latest_commit_date = (
68+
get_completion(clones_dir, repo)
69+
)
6870
else:
6971
completion = 0.0
7072
translators_data = TranslatorsData(0, False)

0 commit comments

Comments
 (0)