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 2, 2024
1 parent ce1a822 commit b47e82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WrightTools/kit/_glob.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
__all__ = ["describe_wt5", "glob_wt5s"]


def describe_wt5(path: Union[str, os.PathLike])->dict:
def describe_wt5(path: Union[str, os.PathLike]) -> dict:
"""report useful general information about a wt5 file"""
wt5 = open(path)
desc = dict()
Expand Down

0 comments on commit b47e82a

Please sign in to comment.