mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
PEP8 fixes.
This commit is contained in:
committed by
Dave Page
parent
cca6504d54
commit
a4124c2496
@@ -9,16 +9,15 @@
|
||||
|
||||
|
||||
import sys
|
||||
from pgadmin.utils.route import BaseTestGenerator
|
||||
from pgadmin.utils.javascript.javascript_bundler import JavascriptBundler
|
||||
from pgadmin.utils.javascript.javascript_bundler import JsState
|
||||
|
||||
if sys.version_info < (3, 3):
|
||||
from mock import patch
|
||||
else:
|
||||
from unittest.mock import patch
|
||||
|
||||
from pgadmin.utils.route import BaseTestGenerator
|
||||
from pgadmin.utils.javascript.javascript_bundler import JavascriptBundler
|
||||
from pgadmin.utils.javascript.javascript_bundler import JsState
|
||||
|
||||
|
||||
class JavascriptBundlerTestCase(BaseTestGenerator):
|
||||
"""This tests that the javascript bundler tool causes the application to
|
||||
|
||||
Reference in New Issue
Block a user