Merge pull request #22256 from edx/feanil/fix_py3_quality
Fix pep 8 violations.
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
set -e
|
||||
|
||||
export LOWER_PYLINT_THRESHOLD=1000
|
||||
export UPPER_PYLINT_THRESHOLD=2100
|
||||
export UPPER_PYLINT_THRESHOLD=3250
|
||||
export ESLINT_THRESHOLD=5530
|
||||
export STYLELINT_THRESHOLD=880
|
||||
|
||||
@@ -217,7 +217,7 @@ def _get_course_block_counts(auth_token, block_url):
|
||||
|
||||
response = requests.get(block_url, headers=headers)
|
||||
if response.status_code != 200:
|
||||
print ("url {} returned status code {}".format(block_url, response.status_code))
|
||||
print("url {} returned status code {}".format(block_url, response.status_code))
|
||||
return {}
|
||||
response_json = response.json()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user