You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe we can eliminate this initial setting of "c" to None before reading. The initial use of this was so that we could break if the read timed out. As long as we return None through the read() function on timeout though we should be able to do without this.
🔈 Motivation
Eliminate needless setting of variable.
🛰 Alternatives
📎 Additional context
The text was updated successfully, but these errors were encountered:
Nevermind. This may not be true if the read_line() function times out before the read() function. Let's leave as-is for now because it's incredibly minor and maybe revisit later.
🚀 Feature Request
I believe we can eliminate this initial setting of "c" to None before reading. The initial use of this was so that we could break if the read timed out. As long as we return None through the read() function on timeout though we should be able to do without this.
🔈 Motivation
Eliminate needless setting of variable.
🛰 Alternatives
📎 Additional context
The text was updated successfully, but these errors were encountered: