Skip to content

Commit 3afed12

Browse files
committed
pep8
Signed-off-by: Can-Zhao <volcanofly@gmail.com>
1 parent 1190ef8 commit 3afed12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generation/maisi/scripts/download_model_data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
# See the License for the specific language governing permissions and
1010
# limitations under the License.
1111

12-
import os, subprocess, shutil
12+
import os
13+
import shutil
1314
import argparse
14-
from tqdm.auto import tqdm
1515
from monai.apps import download_url
1616
from pathlib import Path
1717
from typing import List, Dict, Optional

0 commit comments

Comments
 (0)