remove unnecessary imports
This commit is contained in:
parent
37a66f1506
commit
13323bdf6a
|
@ -12,8 +12,6 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
import operator
|
|
||||||
from queue import PriorityQueue
|
|
||||||
from typing import Callable, Mapping
|
from typing import Callable, Mapping
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue