From 4bb18b25e0748a7a4eaf9d7f824138be7993f8b5 Mon Sep 17 00:00:00 2001
From: "Antoine R. Dumont (@ardumont)" <antoine.romain.dumont@gmail.com>
Date: Thu, 31 Mar 2016 13:18:39 +0200
Subject: [PATCH] Module import order

---
 swh/model/tests/test_git.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/swh/model/tests/test_git.py b/swh/model/tests/test_git.py
index 43510197..2f67f7f8 100644
--- a/swh/model/tests/test_git.py
+++ b/swh/model/tests/test_git.py
@@ -4,9 +4,10 @@
 # See top-level LICENSE file for more information
 
 import os
+import shutil
+import subprocess
 import tempfile
 import unittest
-import subprocess
 
 from nose.tools import istest
 
-- 
GitLab