File tree 5 files changed +0
-7
lines changed
5 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 3
3
import os
4
4
5
5
# Third-party
6
- # Third party
7
6
from github import Github
8
7
9
8
# First-party/Local
10
- # Local/library specific
11
9
import log
12
10
13
11
logger = logging .getLogger ("normalize_repos" )
Original file line number Diff line number Diff line change 5
5
import yaml
6
6
7
7
# First-party/Local
8
- # Local/library specific
9
8
import log
10
9
11
10
logger = logging .getLogger ("normalize_repos" )
Original file line number Diff line number Diff line change 6
6
"""
7
7
8
8
# Standard library
9
- # Standard Lib
10
9
import os
11
10
12
11
# Third-party
13
- # Third party
14
12
import asana
15
13
16
14
ASANA_CLIENT = asana .Client .access_token (os .environ ["ADMIN_ASANA_TOKEN" ])
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python3
2
2
3
- # Local
4
3
# First-party/Local
5
4
from get_community_team_data import get_community_team_data
6
5
from set_codeowners import create_codeowners_for_data
Original file line number Diff line number Diff line change 3
3
import re
4
4
5
5
# Third-party
6
- # Third party
7
6
from github import Github
8
7
9
8
GITHUB_ORGANIZATION = "creativecommons"
You can’t perform that action at this time.
0 commit comments