Explorar el Código

Sort test imports alphabetically

yk396 hace 4 años
padre
commit
303ab44214
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      test_howdoi.py

+ 1 - 1
test_howdoi.py

@@ -1,11 +1,11 @@
 #!/usr/bin/env python
 
 """Tests for Howdoi."""
+import json
 import os
 import re
 import time
 import unittest
-import json
 
 from howdoi import howdoi
 from pyquery import PyQuery as pq