Skip to content

Commit c6a3534

Browse files
committed
fix: import
1 parent 7456d42 commit c6a3534

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-
from phase.utils.exceptions import OverrideNotFoundException
3+
from .exceptions import OverrideNotFoundException
44
import requests
55
from nacl.bindings import (
66
crypto_kx_server_session_keys,

0 commit comments

Comments
 (0)