Skip to content

Commit

Permalink
Update abstract_service.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mdabrowski1990 authored Dec 16, 2024
1 parent 77fbab9 commit dc4705e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uds/database/service/abstract_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__all__ = ["AbstractService"]

from abc import ABC, abstractmethod
from typing import List
from typing import List, Union

from uds.message import RequestSID, ResponseSID
from uds.utilities import RawBytesAlias, RawBytesListAlias
Expand Down

0 comments on commit dc4705e

Please sign in to comment.