mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 09:51:36 +00:00
Remove unneeded function utils.convertUTF8 (#1069)
This was deprecated in move from Python 2 to 3
This commit is contained in:
@@ -9,10 +9,6 @@ ONE_MEGA_BYTES = 1000000
|
||||
ONE_GIGA_BYTES = 1000000000
|
||||
|
||||
|
||||
def convertUTF8(data):
|
||||
return data
|
||||
|
||||
|
||||
class _DeHTMLParser(HTMLParser):
|
||||
|
||||
def __init__(self):
|
||||
|
||||
Reference in New Issue
Block a user