WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 8b14041

Browse files
committed
bump version and remove unused import
1 parent 3a17a38 commit 8b14041

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

interactive_process/interactive_process.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import os
2-
31
from ptyprocess import PtyProcessUnicode
42
import platform
53
from select import select

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "interactive-process"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = ""
55
authors = ["Yason Khaburzaniya <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)