aboutsummaryrefslogtreecommitdiffstats
path: root/onap_data_provider/tag_handlers.py
diff options
context:
space:
mode:
Diffstat (limited to 'onap_data_provider/tag_handlers.py')
-rw-r--r--onap_data_provider/tag_handlers.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/onap_data_provider/tag_handlers.py b/onap_data_provider/tag_handlers.py
index a6b4ba7..1f8a21a 100644
--- a/onap_data_provider/tag_handlers.py
+++ b/onap_data_provider/tag_handlers.py
@@ -14,10 +14,11 @@
See the License for the specific language governing permissions and
limitations under the License.
"""
-import yaml
import uuid
from typing import Any
+import yaml
+
def join(loader: yaml.SafeLoader, node: yaml.Node) -> str:
"""Concatinates the nodes fields for !join tag.