mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Merge pull request #392 from GeorgianaElena/deprecation_warn
Import containers from collections.abc rather than collections
This commit is contained in:
@@ -14,7 +14,7 @@ tljh-config show firstlevel.second_level
|
|||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import asyncio
|
import asyncio
|
||||||
from collections import Sequence, Mapping
|
from collections.abc import Sequence, Mapping
|
||||||
from copy import deepcopy
|
from copy import deepcopy
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
|
|||||||
Reference in New Issue
Block a user