Merge pull request #392 from GeorgianaElena/deprecation_warn

Import containers from collections.abc rather than collections
This commit is contained in:
Yuvi Panda
2019-07-11 09:50:25 -07:00
committed by GitHub

View File

@@ -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