Skip to content

Commit f1defdb

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/probeinterface/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
list_all_probes,
4747
get_tags_in_library,
4848
cache_full_library,
49-
clear_cache
49+
clear_cache,
5050
)
5151
from .wiring import get_available_pathways

tests/test_library.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
list_all_probes,
1313
get_cache_folder,
1414
cache_full_library,
15-
clear_cache
15+
clear_cache,
1616
)
1717

1818

@@ -122,4 +122,4 @@ def test_cache_full_library():
122122
test_get_probe()
123123
test_list_manufacturers()
124124
test_list_probes()
125-
test_cache_full_library()
125+
test_cache_full_library()

0 commit comments

Comments
 (0)