Skip to content

Commit 6a57399

Browse files
committed
black format
1 parent 10a3546 commit 6a57399

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bigbang/ingress/git_repo.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
from bigbang import utils
1414
from bigbang.analysis.entity_resolution import entity_resolve
1515

16-
ALL_ATTRIBUTES = CONFIG.all_attributes # ["HEXSHA", "Committer Name", "Committer Email", "Commit Message", "Time", "Parent Commit", "Touched File"]
16+
ALL_ATTRIBUTES = (
17+
CONFIG.all_attributes
18+
) # ["HEXSHA", "Committer Name", "Committer Email", "Commit Message", "Time", "Parent Commit", "Touched File"]
1719

1820

1921
def cache_fixer(r):

0 commit comments

Comments
 (0)