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 logging.handlers
import xml.etree.ElementTree as ET
from decimal import *
from pathlib import Path
from pprint import pprint
@ -2496,7 +2495,6 @@ class ChicagoPlus:
def fix_with_inkscape(self, color, tmpfile):
self.logger.debug("{:<21} | Combining {} in {}".format("",color, tmpfile))
if int(self.inkscape_info.version[0]) < 1:
args = [
self.inkscape_info.path,