From 3f2241557f19898317f299823fec2b15e7b933de Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 15:45:43 +0000 Subject: [PATCH] [pre-commit.ci lite] apply automatic fixes --- src/benchmarking_asv/example_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: