Skip to content

Commit

Permalink
chore: fixing a single comma that lint missed (#337)
Browse files Browse the repository at this point in the history
* chore: fixing a single comma that lint missed

* fix: pip/pip-sync mismatch causing build failure

https://github.com/edx/edx-platform/pull/29004
jazzband/pip-tools#1503

Co-authored-by: John Nagro <jnagro@edx.org>
  • Loading branch information
kiram15 and johnnagro authored Oct 14, 2021
1 parent 68976ca commit fbf7dfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion enterprise_catalog/apps/catalog/algolia_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
'enterprise_customer_uuids',
'language',
'level_type',
'filterOnly(advertised_course_run.upgrade_deadline)'
'filterOnly(advertised_course_run.upgrade_deadline)',
'searchable(partners.name)',
'searchable(programs)',
'searchable(program_titles)',
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click==7.1.2
# pip-tools
pep517==0.11.0
# via pip-tools
pip-tools==6.3.0
pip-tools==6.4.0
# via -r requirements/pip-tools.in
tomli==1.2.1
# via pep517
Expand Down

0 comments on commit fbf7dfc

Please sign in to comment.