From eaedde115cbd72f57282be32719173c0dea8299f Mon Sep 17 00:00:00 2001 From: Shaun Setlock Date: Sun, 26 Apr 2020 14:24:58 -0400 Subject: [PATCH] Automatic commit performed through alias... --- problems/005_problem.py | 1 + 1 file changed, 1 insertion(+) diff --git a/problems/005_problem.py b/problems/005_problem.py index e13dbf3..9449d9d 100755 --- a/problems/005_problem.py +++ b/problems/005_problem.py @@ -15,6 +15,7 @@ import decorators # Typically imported to compute execution duration of functi import time # Typically imported for sleep function, to slow down execution in terminal. import typing import pprint +import numpy # Create function that finds the next # prime number when supplied with an