Skip to content

Commit 6fd02d3

Browse files
committed
Fix imports
1 parent 8583ece commit 6fd02d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/sage/geometry/lattice_polytope.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,13 @@
122122
# ****************************************************************************
123123
from __future__ import annotations
124124

125+
import os
126+
import shlex
125127
from collections.abc import Hashable
126128
from copyreg import constructor as copyreg_constructor
127129
from functools import reduce
128130
from io import IOBase, StringIO
131+
from subprocess import PIPE, Popen
129132
from typing import TYPE_CHECKING, Literal
130133

131134
import sage.geometry.abc

0 commit comments

Comments
 (0)