Skip to content

Commit 493fba1

Browse files
authored
Merge pull request #14 from phasehq/fix--override-exception-import
fix: import OverrideNotFoundException in phase_io.py
2 parents 1954fd0 + 5d8fa01 commit 493fba1

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

0 commit comments

Comments
 (0)