Skip to content

Commit

Permalink
Import Callable from typing
Browse files Browse the repository at this point in the history
  • Loading branch information
hukkin committed Nov 15, 2021
1 parent 9e2f928 commit bf3f547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tomli/_parser.py
@@ -1,6 +1,6 @@
from __future__ import annotations

from collections.abc import Callable, Iterable
from collections.abc import Iterable
import string
from types import MappingProxyType
from typing import Any, BinaryIO, NamedTuple
Expand Down

0 comments on commit bf3f547

Please sign in to comment.