Skip to content

Commit

Permalink
removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakpati committed Oct 27, 2023
1 parent e0b7790 commit 90af114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/test_full.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from pathlib import Path
import gdown, zipfile, io, os, csv, random, copy, shutil, yaml, torch, pytest
import gdown, zipfile, os, csv, random, copy, shutil, yaml, torch, pytest
import SimpleITK as sitk
import numpy as np
import pandas as pd
Expand Down

0 comments on commit 90af114

Please sign in to comment.