Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 12, 2023
1 parent 67ce6c3 commit 96d0dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/estimagic/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def mark_minimizer(

def decorator_mark_minimizer(func):
try:
signature = inspect.signature(func)
inspect.signature(func)
except TypeError:
print("Test func.__signature__\n")
print(func.__signature__)
Expand Down

0 comments on commit 96d0dba

Please sign in to comment.