forked from p15670423/monkey
* deleted a line
This commit is contained in:
parent
2dfbc16450
commit
30a6d7542f
|
@ -37,7 +37,6 @@ class AWSExporter(Exporter):
|
||||||
|
|
||||||
return creds_dict
|
return creds_dict
|
||||||
|
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def merge_two_dicts(x, y):
|
def merge_two_dicts(x, y):
|
||||||
z = x.copy() # start with x's keys and values
|
z = x.copy() # start with x's keys and values
|
||||||
|
|
Loading…
Reference in New Issue