Skip to content

Commit 0ea1f1c

Browse files
committed
Fix import paths in connection_error_handlers.py
1 parent e6ce276 commit 0ea1f1c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sqlit/ui/connection_error_handlers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
from dataclasses import dataclass
66
from typing import Protocol, TYPE_CHECKING, Any
77

8-
from ..protocols import AppProtocol
8+
from .protocols import AppProtocol
99

1010
if TYPE_CHECKING:
11-
from ...config import ConnectionConfig
11+
from ..config import ConnectionConfig
1212

1313

1414
class ConnectionErrorHandler(Protocol):

0 commit comments

Comments
 (0)