Skip to content

Commit

Permalink
Fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed Mar 5, 2024
1 parent 79af10b commit d125040
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pypapi/papi_low.py
Original file line number Diff line number Diff line change
Expand Up @@ -1193,8 +1193,7 @@ def set_opt(*args):

# void PAPI_shutdown(void);
def shutdown():
"""Finishes using PAPI and free all related resources.
"""
"""Finishes using PAPI and free all related resources."""
lib.PAPI_shutdown()
return None

Expand Down

0 comments on commit d125040

Please sign in to comment.