Skip to content

Commit 97d824e

Browse files
fix: restore re-exported imports removed by mistake (BranchInfo, CoverageSnapshotResponse, FileCoverageData)
1 parent 5cc5a07 commit 97d824e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

drift/core/communication/types.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@
4343
from typing import Any
4444

4545
from tusk.drift.core.v1 import (
46+
BranchInfo, # noqa: F401 (re-exported)
4647
CliMessage,
48+
CoverageSnapshotResponse, # noqa: F401 (re-exported)
49+
FileCoverageData, # noqa: F401 (re-exported)
4750
InstrumentationVersionMismatchAlert,
4851
MessageType,
4952
Runtime,

0 commit comments

Comments
 (0)