Extra Space Problem
Opened this issue · 0 comments
devjoe commented
requests/packages/urllib3/connectionpool.py| 59| class ConnectionPool ( object ) :
requests/packages/urllib3/connectionpool.py|104| class HTTPConnectionPool ( ConnectionPool , RequestMethods ) :
requests/packages/urllib3/connectionpool.py|172| ConnectionPool . __init__ ( self , host , port )
It looks that there is an extra space between symbol and punctuation. These outputs are directly from "cqsearch".
Low priority. Ask Ruben later.