Skip to content

Commit 2aa31c6

Browse files
committed
Remove urllib3 from reported packages for creating new github issues
[ci skip]
1 parent 81987c3 commit 2aa31c6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

telegram/__main__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import sys
22

3-
import urllib3
43
import certifi
54
import future
65

@@ -9,7 +8,6 @@
98

109
def print_ver_info():
1110
print('python-telegram-bot {0}'.format(telegram_ver))
12-
print('urllib3 {0}'.format(urllib3.__version__))
1311
print('certifi {0}'.format(certifi.__version__))
1412
print('future {0}'.format(future.__version__))
1513
print('Python {0}'.format(sys.version.replace('\n', ' ')))

0 commit comments

Comments
 (0)