Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 4069fd1

Browse files
committed
Use relative import to include errors file
1 parent 3b909c1 commit 4069fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hyper/http20/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
from .response import HTTP20Response, HTTP20Push
2020
from .window import FlowControlManager
2121
from .exceptions import ConnectionError
22+
from . import errors
2223

23-
import hyper.http20.errors as errors
2424
import errno
2525
import logging
2626
import socket

0 commit comments

Comments
 (0)