Remove unnecessary import of decimal

This commit is contained in:
Dexx Stexx 2024-06-12 00:40:57 -07:00
parent f6f7cff86f
commit 1dbdaf12e4

View File

@ -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,