1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-24 21:34:41 +03:00

Removed sympy inclusion err

This commit is contained in:
Adolfo Gómez García 2022-02-15 15:16:04 +01:00
parent 18d4147d59
commit f58ef9b6d3

View File

@ -35,8 +35,6 @@ import re
import logging
import typing
from sympy import Li
from .tools import DictAsObj
logger = logging.getLogger(__name__)