mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
python 3 updates
- Fix super() calls for python 3 - No need to inherit objects. - No need for u at the start of strings - Tidied up some brackets and f-strings too
This commit is contained in:
@@ -15,7 +15,7 @@ if TYPE_CHECKING:
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class TokenCachePersistenceOptions(object):
|
||||
class TokenCachePersistenceOptions():
|
||||
"""Options for persistent token caching.
|
||||
|
||||
Most credentials accept an instance of this class to configure persistent
|
||||
|
||||
Reference in New Issue
Block a user