mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Optimise Python imports.
This commit is contained in:
@@ -7,9 +7,10 @@
|
||||
#
|
||||
# ##########################################################################
|
||||
|
||||
import uuid
|
||||
|
||||
from pgadmin.browser.tests.test_login import LoginTestCase
|
||||
from regression.config import config_data
|
||||
import uuid
|
||||
|
||||
|
||||
class ChangePasswordTestCase(LoginTestCase):
|
||||
|
||||
Reference in New Issue
Block a user