diff --git a/src/benchmarking_asv/example_module.py b/src/benchmarking_asv/example_module.py index 6e35792..951e926 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 time import random +import time def greetings() -> str: