Skip to content

Commit d786a00

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9f0f893 commit d786a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_library.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
probe_name = "A1x32-Poly3-10mm-50-177"
1616

1717

18-
def _remove_from_cache(manufacturer: str, probe_name: str, tag = None) -> None:
18+
def _remove_from_cache(manufacturer: str, probe_name: str, tag=None) -> None:
1919
"""
2020
Remove Probe from local cache
2121

0 commit comments

Comments
 (0)