Browse Source

remove useless import

Olivier Le Brouster 7 years ago
parent
commit
955bce122e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      panorama/models.py

+ 0 - 1
panorama/models.py

@@ -1,7 +1,6 @@
 # -*- coding: utf-8 -*-
 from __future__ import unicode_literals, division, print_function
 
-import subprocess
 import os
 from math import radians, degrees, sin, cos, asin, atan2, sqrt, ceil