removed import math

This commit is contained in:
Jonathan Shimwell 2022-06-08 17:31:30 +01:00
parent e030b74836
commit 5bf60560af

View file

@ -3,7 +3,6 @@ from collections.abc import Iterable
from copy import deepcopy
from numbers import Real
from pathlib import Path
import math
import re
import warnings
from xml.etree import ElementTree as ET