Skip to content

Commit b1bcaa7

Browse files
committed
adding missing separator from array
1 parent c39c168 commit b1bcaa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bronze/get_full_tables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def main() -> None:
7474
"auth_userprofile",
7575
"student_userattribute",
7676
"organizations_organization",
77-
"organizations_historicalorganization"
77+
"organizations_historicalorganization",
7878
"auth_user"
7979
]
8080

0 commit comments

Comments
 (0)