mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-26 23:24:29 +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 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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user