Skip to content

Commit 822a9f9

Browse files
author
Matthias Koeppe
committed
src/sage/libs/singular/singular.pyx: Remove unused import
1 parent 128e348 commit 822a9f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sage/libs/singular/singular.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1776,7 +1776,6 @@ cdef init_libsingular() noexcept:
17761776
else:
17771777
os.environ["SINGULAR_BIN_DIR"] = dirname(singular_executable)
17781778

1779-
import platform
17801779
# reload the current module to force reload of libSingular (see #33446)
17811780
lib = str_to_bytes(__loader__.path, FS_ENCODING, "surrogateescape")
17821781
handle = dlopen(lib, RTLD_GLOBAL|RTLD_LAZY)

0 commit comments

Comments
 (0)