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 Feb 29, 2024
1 parent fcb55d3 commit fbe2ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stpipe/format_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def __init__(self, separator="_", key_formats=None, remove_unused=False):
if key_formats:
self.key_formats.update(key_formats)

def format(self, format_string, **kwargs): # noqa: A003
def format(self, format_string, **kwargs):
"""Perform the formatting
Parameters
Expand Down

0 comments on commit fbe2ccf

Please sign in to comment.