mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-09-03 20:52:57 -05:00
The 'str' object never has attribute decode in Python3, so remove the dead code.
This commit is contained in:
committed by
Akshay Joshi
parent
26506a9727
commit
36574b25b6
@@ -24,9 +24,6 @@ class AboutModule(PgAdminModule):
|
||||
def get_own_menuitems(self):
|
||||
appname = config.APP_NAME
|
||||
|
||||
if hasattr(str, 'decode'):
|
||||
appname = appname.decode('utf-8')
|
||||
|
||||
return {
|
||||
'help_items': [
|
||||
MenuItem(
|
||||
|
||||
Reference in New Issue
Block a user