Skip to content

Commit 7456d42

Browse files
committed
feat: import OverrideNotFoundException in phase_io.py
1 parent d712765 commit 7456d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/phase/utils/phase_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from dataclasses import dataclass
22
from typing import Dict, List, Optional, Tuple
3-
3+
from phase.utils.exceptions import OverrideNotFoundException
44
import requests
55
from nacl.bindings import (
66
crypto_kx_server_session_keys,

0 commit comments

Comments
 (0)