Skip to content

Commit 54c6c70

Browse files
remove useless imports
1 parent 407551f commit 54c6c70

File tree

5 files changed

+0
-7
lines changed

5 files changed

+0
-7
lines changed

ppsci/constraint/initial_constraint.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
import types
1615
from typing import Any
1716
from typing import Callable
1817
from typing import Dict

ppsci/data/dataset/csv_dataset.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
import types
1615
from typing import Callable
1716
from typing import Dict
1817
from typing import Optional

ppsci/geometry/pointcloud.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@
1515
from typing import Dict
1616
from typing import Optional
1717
from typing import Tuple
18-
from typing import Union
1918

2019
import numpy as np
2120

2221
import ppsci.utils.misc as misc
2322
from ppsci.geometry import geometry
24-
from ppsci.utils import reader
2523

2624

2725
class PointCloud(geometry.Geometry):

ppsci/validate/geo_validator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
import types
1615
from typing import Any
1716
from typing import Callable
1817
from typing import Dict

ppsci/visualize/visualizer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
import numpy as np
2222
import paddle
2323

24-
from ppsci.utils import logger
25-
from ppsci.utils import misc
2624
from ppsci.visualize import base
2725
from ppsci.visualize import plot
2826
from ppsci.visualize import vtu

0 commit comments

Comments
 (0)