fix: fix import for Mapping
This commit is contained in:
parent
890adbad63
commit
71ab940929
1 changed files with 1 additions and 1 deletions
|
@ -24,8 +24,8 @@
|
|||
Misc. Utilities
|
||||
"""
|
||||
|
||||
from collections.abc import Mapping
|
||||
from pathlib import Path
|
||||
from typing import Mapping
|
||||
from typing_extensions import Any
|
||||
|
||||
from mako.template import Template
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue