Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 14, 2024
1 parent ce1ef5f commit 372dab8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
1 change: 0 additions & 1 deletion learning_resources/etl/mitxonline.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
parse_certification,
transform_topics,
)
from learning_resources.models import LearningResourceDepartment

log = logging.getLogger(__name__)

Expand Down
12 changes: 2 additions & 10 deletions test_json/mitxonline_programs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3893,16 +3893,8 @@
}
],
"requirements": {
"required": [
1,
2,
3
],
"electives": [
5,
6,
4
]
"required": [1, 2, 3],
"electives": [5, 6, 4]
},
"req_tree": [
{
Expand Down

0 comments on commit 372dab8

Please sign in to comment.