Skip to content

Commit 7ca9e8b

Browse files
SamratThapa120github-actions[bot]
authored andcommitted
style(pre-commit): autofix
1 parent c943d7c commit 7ca9e8b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

t4_devkit/sanity/reference/ref301.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ def check(self, context: SanityContext) -> list[Reason] | None:
4747
).source_tokens,
4848
)
4949
for record in records
50-
if record.get("info_filename") and data_root.joinpath(record.get("info_filename")).exists()
50+
if record.get("info_filename")
51+
and data_root.joinpath(record.get("info_filename")).exists()
5152
and record.get("fileformat") in {FileFormat.PCD, FileFormat.PCDBIN}
5253
)
5354

0 commit comments

Comments
 (0)