mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Import containers from collections.abc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user