Skip to content

Commit

Permalink
Add one isort fix to test pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
camposandro committed Feb 13, 2024
1 parent 0bbbeb5 commit f6611d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/benchmarking_asv/example_module.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""An example module containing simplistic functions."""

import random
import time
import random


def greetings() -> str:
Expand Down

0 comments on commit f6611d9

Please sign in to comment.