Clean up imports (missed one)

This commit is contained in:
Veronica Berglyd Olsen
2023-07-20 21:08:38 +02:00
parent 75a840b10b
commit def846ce4b
+2 -1
View File
@@ -19,9 +19,10 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
"""
from pathlib import Path
import pytest
from pathlib import Path
from tools import C, buildTestProject
from mocked import causeOSError