Signed-off-by: Ulysses Souza <[email protected]>
@@ -14,7 +14,7 @@
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: git://github.com/asottile/reorder_python_imports
- sha: v0.3.5
+ sha: v1.3.4
hooks:
- id: reorder-python-imports
language_version: 'python2.7'
@@ -3,7 +3,6 @@ from __future__ import unicode_literals
import codecs
import hashlib
-import json
import json.decoder
import logging
import ntpath
@@ -4,7 +4,6 @@ from __future__ import unicode_literals
import datetime
import json
-import os
import os.path
import re
import signal