sort imports
This commit is contained in:
parent
6c1ee76806
commit
ffd5c3fa70
1 changed files with 1 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
import os
|
||||
import subprocess
|
||||
import xml.etree.ElementTree as ET
|
||||
|
||||
import subprocess
|
||||
from django.conf import settings
|
||||
from django.db.models import Max, Min
|
||||
from shapely.affinity import scale
|
||||
|
@ -109,10 +109,3 @@ class LevelRenderer():
|
|||
svg_filename = self.write_svg()
|
||||
filename = self._get_render_path('level-%s.png' % self.level.name)
|
||||
subprocess.call(['rsvg-convert', svg_filename, '-o', filename])
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue