File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 18
18
class Test_config_name_from_full_name (unittest .TestCase ):
19
19
20
20
def _callFUT (self , full_name ):
21
- from google .cloud .runtimeconfig ._helpers import config_name_from_full_name
21
+ from google .cloud .runtimeconfig ._helpers import (
22
+ config_name_from_full_name )
22
23
return config_name_from_full_name (full_name )
23
24
24
25
def test_w_simple_name (self ):
@@ -39,7 +40,8 @@ def test_w_name_w_all_extras(self):
39
40
class Test_variable_name_from_full_name (unittest .TestCase ):
40
41
41
42
def _callFUT (self , full_name ):
42
- from google .cloud .runtimeconfig ._helpers import variable_name_from_full_name
43
+ from google .cloud .runtimeconfig ._helpers import (
44
+ variable_name_from_full_name )
43
45
return variable_name_from_full_name (full_name )
44
46
45
47
def test_w_simple_name (self ):
You can’t perform that action at this time.
0 commit comments