diff --git a/src/benchmarking_asv/example_module.py b/src/benchmarking_asv/example_module.py index 951e926..6e35792 100644 --- a/src/benchmarking_asv/example_module.py +++ b/src/benchmarking_asv/example_module.py @@ -1,7 +1,7 @@ """An example module containing simplistic functions.""" -import random import time +import random def greetings() -> str: