Skip to content

Commit b2e4224

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

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

yaqd_labjack/__version__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
"""Define version."""
22

3-
43
import pathlib
54
import subprocess
65

7-
86
here = pathlib.Path(__file__).resolve().parent
97

108

yaqd_labjack/_io.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
from typing import Dict, Any
22

3-
43
clients: Dict[str, Any] = dict()

0 commit comments

Comments
 (0)