From 93cf80a677383dde48a8acb05f8707b45b122910 Mon Sep 17 00:00:00 2001 From: GeorgianaElena Date: Mon, 8 Jul 2019 13:41:31 +0300 Subject: [PATCH] Import containers from collections.abc --- tljh/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tljh/config.py b/tljh/config.py index ee0150f..ee1abdf 100644 --- a/tljh/config.py +++ b/tljh/config.py @@ -14,7 +14,7 @@ tljh-config show firstlevel.second_level import argparse import asyncio -from collections import Sequence, Mapping +from collections.abc import Sequence, Mapping from copy import deepcopy import os import re