Remove the word 'class' from annotation_string

Currently, 'foo(x: int)' results with annotation_string="<class 'int'>".
Change this to 'int'.
This commit is contained in:
Lior Goldberg
2020-02-20 09:35:01 +01:00
committed by Dave Halter
parent c4cf0d78e1
commit 1874e9be81
3 changed files with 12 additions and 2 deletions
+1
View File
@@ -55,5 +55,6 @@ Max Woerner Chase (@mwchase) <max.chase@gmail.com>
Johannes Maria Frank (@jmfrank63) <jmfrank63@gmail.com>
Shane Steinert-Threlkeld (@shanest) <ssshanest@gmail.com>
Tim Gates (@timgates42) <tim.gates@iress.com>
Lior Goldberg (@goldberglior)
Note: (@user) means a github user name.