From 18ed08a0796f619dfdb852be92d23a0d2648eec6 Mon Sep 17 00:00:00 2001 From: Sylwester Arabas Date: Thu, 21 Mar 2024 21:01:03 +0100 Subject: [PATCH] add missing import --- tests/test_bin_grid.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_bin_grid.py b/tests/test_bin_grid.py index dcc89bf2..ba3221d1 100644 --- a/tests/test_bin_grid.py +++ b/tests/test_bin_grid.py @@ -7,6 +7,7 @@ import platform import numpy as np +import pytest import PyPartMC as ppmc