Fix memory leak during abort (#1674)

This commit is contained in:
Lianmin Zheng
2024-10-15 08:15:08 -07:00
committed by GitHub
parent 175afed370
commit f1088e0fc8
2 changed files with 7 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ import json
import multiprocessing
import os
import time
from typing import Optional, Tuple
from typing import Tuple
import numpy as np
import requests