added pathlib import

This commit is contained in:
RemDelaporteMathurin 2022-06-29 14:21:15 +02:00
parent 1a7c0791bf
commit 1155ffb739

View file

@ -1,5 +1,6 @@
import numpy as np
from os.path import exists
from pathlib import Path
import pytest
import vtk
from vtk.util import numpy_support as nps