From e250e10d9501dfd147a10e8c48cdf50405efd0b5 Mon Sep 17 00:00:00 2001 From: Martin Bernstorff Date: Fri, 10 Mar 2023 13:08:20 +0000 Subject: [PATCH] fix: linting --- tests/test_synth_data_generator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_synth_data_generator.py b/tests/test_synth_data_generator.py index d2eda971..d8cb5669 100644 --- a/tests/test_synth_data_generator.py +++ b/tests/test_synth_data_generator.py @@ -1,7 +1,6 @@ """Generate synth data with outcome.""" import numpy as np - from psycop_ml_utils.synth_data_generator.synth_prediction_times_generator import ( generate_synth_data, )