Skip to content

Commit 910df78

Browse files
committed
fix lint
Signed-off-by: kerthcet <kerthcet@gmail.com>
1 parent 607d327 commit 910df78

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

python/sandd/models.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Data models for SandD"""
22

3-
from typing import Dict, List, Optional
3+
from typing import Dict, List
44
from datetime import datetime
55

66
try:
@@ -155,5 +155,3 @@ def __repr__(self) -> str:
155155
f"SnapshotInfo(id={self.id!r}, message={self.message!r}, "
156156
f"tags={self.tags}, files={self.file_count})"
157157
)
158-
159-

0 commit comments

Comments
 (0)