Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Commit 155b248

Browse files
authored
Fix release (#102)
Minor import fix for this closed PR: #101
1 parent e2e3520 commit 155b248

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

elemental/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from .client import (ElementalException, ElementalLive, InvalidRequest,
2-
InvalidResponse, NotFound)
1+
from .client import (ConnectionTimeout, ElementalException, ElementalLive,
2+
InvalidRequest, InvalidResponse, NotFound)
33

4-
__all__ = ('ElementalException', 'ElementalLive', 'InvalidResponse', 'InvalidRequest', 'NotFound')
4+
__all__ = ('ConnectionTimeout', 'ElementalException', 'ElementalLive', 'InvalidResponse', 'InvalidRequest', 'NotFound')

0 commit comments

Comments
 (0)