Skip to content

Commit e736744

Browse files
committed
Add missing import
1 parent 406b278 commit e736744

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

can/io/trc.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,17 @@
1111
import os
1212
from datetime import datetime, timedelta, timezone
1313
from enum import Enum
14-
from typing import Any, Callable, Dict, Generator, Optional, TextIO, Tuple, Union
14+
from typing import (
15+
Any,
16+
Callable,
17+
Dict,
18+
Generator,
19+
Mapping,
20+
Optional,
21+
TextIO,
22+
Tuple,
23+
Union,
24+
)
1525

1626
from ..message import Message
1727
from ..typechecking import StringPathLike

0 commit comments

Comments
 (0)