Skip to content

Commit

Permalink
pyupgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Jan 12, 2024
1 parent 66861af commit 6efcdad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_header.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from constructor.utils import preprocess


@lru_cache()
@lru_cache
def available_command(cmd):
return which(cmd) is not None

Expand Down

0 comments on commit 6efcdad

Please sign in to comment.