Created
July 19, 2017 20:24
-
-
Save maxchehab/5a9cb3d448c8b95f16d630c53e7500ff to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Checking CELERY_QUEUES matches Procfile | |
Running flake8 | |
Running isort | |
ERROR: /home/vagrant/treeherder/treeherder/webapp/api/urls.py Imports are incorrectly sorted. | |
--- /home/vagrant/treeherder/treeherder/webapp/api/urls.py:before 2017-07-19 03:02:04.992355 | |
+++ /home/vagrant/treeherder/treeherder/webapp/api/urls.py:after 2017-07-19 20:21:16.747773 | |
@@ -13,8 +13,8 @@ | |
jobs, | |
note, | |
performance_data, | |
+ push, | |
refdata, | |
- push, | |
runnable_jobs, | |
seta, | |
text_log_error) | |
isort errors found! Run 'isort' with no options to fix. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment