mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed SonarQube issues with the tag unused. All the unused variables, assignments, code comments are fixed.
This commit is contained in:
committed by
Akshay Joshi
parent
a1fd9ea3ce
commit
d3b3d07f2e
@@ -85,4 +85,4 @@ class DriverRegistry(ABCMeta):
|
||||
from werkzeug.utils import find_modules
|
||||
|
||||
for module_name in find_modules(__package__, True):
|
||||
module = import_module(module_name)
|
||||
import_module(module_name)
|
||||
|
Reference in New Issue
Block a user