Fix import of utils
This commit is contained in:
@@ -22,7 +22,7 @@ def create_problem():
|
||||
https://projecteuler.net/problem={args["problem"]}
|
||||
"""
|
||||
|
||||
from utils import timeit
|
||||
from project_euler_python.utils import timeit
|
||||
|
||||
|
||||
@timeit("Problem {(args["problem"]):0>3}")
|
||||
|
||||
Reference in New Issue
Block a user