Import Callable from collections.abc (3) (#56777)
This commit is contained in:
parent
364767ff22
commit
d51487f82a
49 changed files with 85 additions and 61 deletions
|
@ -1,11 +1,12 @@
|
|||
"""Support for GTFS (Google/General Transport Format Schema)."""
|
||||
from __future__ import annotations
|
||||
|
||||
from collections.abc import Callable
|
||||
import datetime
|
||||
import logging
|
||||
import os
|
||||
import threading
|
||||
from typing import Any, Callable
|
||||
from typing import Any
|
||||
|
||||
import pygtfs
|
||||
from sqlalchemy.sql import text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue