mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-28 08:04:37 +02:00
Remove unnecessary import of decimal
This commit is contained in:
parent
f6f7cff86f
commit
1dbdaf12e4
@ -31,7 +31,6 @@ import subprocess
|
|||||||
import configparser
|
import configparser
|
||||||
import logging.handlers
|
import logging.handlers
|
||||||
import xml.etree.ElementTree as ET
|
import xml.etree.ElementTree as ET
|
||||||
from decimal import *
|
|
||||||
|
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from pprint import pprint
|
from pprint import pprint
|
||||||
@ -2496,7 +2495,6 @@ class ChicagoPlus:
|
|||||||
def fix_with_inkscape(self, color, tmpfile):
|
def fix_with_inkscape(self, color, tmpfile):
|
||||||
self.logger.debug("{:<21} | Combining {} in {}".format("",color, tmpfile))
|
self.logger.debug("{:<21} | Combining {} in {}".format("",color, tmpfile))
|
||||||
|
|
||||||
|
|
||||||
if int(self.inkscape_info.version[0]) < 1:
|
if int(self.inkscape_info.version[0]) < 1:
|
||||||
args = [
|
args = [
|
||||||
self.inkscape_info.path,
|
self.inkscape_info.path,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user