mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-09 12:38:35 -05:00
Code tidy.
This commit is contained in:
@@ -72,8 +72,8 @@ class DriverRegistry(ABCMeta):
|
||||
return DriverRegistry.drivers[name]
|
||||
|
||||
raise NotImplementedError(
|
||||
gettext("Driver '{0}' has not been implemented.").format(name)
|
||||
)
|
||||
gettext("Driver '{0}' has not been implemented.").format(name)
|
||||
)
|
||||
|
||||
@classmethod
|
||||
def load_drivers(cls):
|
||||
|
||||
Reference in New Issue
Block a user