Skip to content

Commit

Permalink
Update asc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreluctg authored Sep 12, 2024
1 parent b1a2997 commit 2036997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion can/io/asc.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import logging
import re
from datetime import datetime
from typing import Any, Dict, Final, Generator, List, Optional, TextIO, Union
from typing import Any, Dict, Final, Generator, Optional, TextIO, Union

from ..message import Message
from ..typechecking import StringPathLike
Expand Down

0 comments on commit 2036997

Please sign in to comment.