From 7d41e5510c9868982ddc84311a22924abfec5a8c Mon Sep 17 00:00:00 2001 From: Nicholas Karlson Date: Mon, 10 Nov 2025 17:42:00 -0800 Subject: [PATCH] fix(lint): remove unused imports from test_ch13_stroop --- tests/test_ch13_stroop.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_ch13_stroop.py b/tests/test_ch13_stroop.py index 98172f9..4db4d97 100644 --- a/tests/test_ch13_stroop.py +++ b/tests/test_ch13_stroop.py @@ -1,6 +1,4 @@ import numpy as np -import pandas as pd -from scipy import stats import statsmodels.formula.api as smf from scripts import sim_stroop