Skip to content

Commit 6afca99

Browse files
committed
improvements
1 parent 5304009 commit 6afca99

File tree

5 files changed

+0
-7
lines changed

5 files changed

+0
-7
lines changed

normalize_repos/utils.py

-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33
import os
44

55
# Third-party
6-
# Third party
76
from github import Github
87

98
# First-party/Local
10-
# Local/library specific
119
import log
1210

1311
logger = logging.getLogger("normalize_repos")

normalize_repos/validate_issues.py

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import yaml
66

77
# First-party/Local
8-
# Local/library specific
98
import log
109

1110
logger = logging.getLogger("normalize_repos")

push_data_to_ccos/get_community_team_data.py

-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@
66
"""
77

88
# Standard library
9-
# Standard Lib
109
import os
1110

1211
# Third-party
13-
# Third party
1412
import asana
1513

1614
ASANA_CLIENT = asana.Client.access_token(os.environ["ADMIN_ASANA_TOKEN"])

sync_community_team/sync_teams.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env python3
22

3-
# Local
43
# First-party/Local
54
from get_community_team_data import get_community_team_data
65
from set_codeowners import create_codeowners_for_data

sync_community_team/utils.py

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import re
44

55
# Third-party
6-
# Third party
76
from github import Github
87

98
GITHUB_ORGANIZATION = "creativecommons"

0 commit comments

Comments
 (0)