Skip to content

Commit c9b96fc

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

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

scripts/check_version.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
from packaging import version
55

6-
76
cat_cmd = subprocess.Popen(("cat", "shellhub/__init__.py"), stdout=subprocess.PIPE)
87
output = subprocess.check_output(("grep", "__version__"), stdin=cat_cmd.stdout).decode("utf-8").strip()
98
cat_cmd.wait()

shellhub/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
ShellHubBaseException,
1111
)
1212

13-
1413
__all__ = [
1514
"ShellHub",
1615
"ShellHubDevice",

0 commit comments

Comments
 (0)