Skip to content

Commit 0847dd8

Browse files
committed
Revert "[pre-commit.ci] auto fixes from pre-commit.com hooks"
This reverts commit 1ab509a.
1 parent f68040f commit 0847dd8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

generate.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@ 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 = (
68-
get_completion(clones_dir, repo)
69-
)
67+
completion, translators_data, branch, change, latest_commit_date = get_completion(clones_dir, repo)
7068
else:
7169
completion = 0.0
7270
translators_data = TranslatorsData(0, False)

0 commit comments

Comments
 (0)