Skip to content

Commit 5c7f3fa

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8d4c36c commit 5c7f3fa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

WrightTools/kit/_bluesky.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,23 +107,23 @@ def folder(self):
107107
def match_identifier(dir: pathlib.Path, **bluesky_identifier) -> list[BlueskyFolder]:
108108
"""
109109
walk a directory to find datasets that meet the criteria
110-
110+
111111
Parameters
112112
----------
113113
114114
dir: path-like
115115
the directory to iterate through
116-
116+
117117
kwargs
118118
------
119-
119+
120120
bluesky_identifiers
121121
keys corresponding to FolderInfo properties (e.g. date, plan).
122122
123123
Returns
124124
-------
125125
matches: list of BlueskyFolder objects
126-
BlueskyFolders corresponding to full matches with the bluesky_identifiers
126+
BlueskyFolders corresponding to full matches with the bluesky_identifiers
127127
"""
128128
for key in bluesky_identifier.keys():
129129
assert key in FolderInfo._fields

0 commit comments

Comments
 (0)