Skip to content

Commit b38e910

Browse files
committed
Update repr
1 parent 2dc336f commit b38e910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onboardapis/train/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class Train(Vehicle, metaclass=ABCMeta):
7272
"""
7373

7474
def __repr__(self) -> str:
75-
return f"<{self.__class__.__name__} {self.id}>"
75+
return f"<{self.__class__.__name__}>"
7676

7777
@property
7878
def type(self) -> str:

0 commit comments

Comments
 (0)