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

Commit

Permalink
Fix release (#102)
Browse files Browse the repository at this point in the history
Minor import fix for this closed PR: #101
  • Loading branch information
njannupreddy authored Jul 27, 2021
1 parent e2e3520 commit 155b248
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions elemental/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .client import (ElementalException, ElementalLive, InvalidRequest,
InvalidResponse, NotFound)
from .client import (ConnectionTimeout, ElementalException, ElementalLive,
InvalidRequest, InvalidResponse, NotFound)

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

0 comments on commit 155b248

Please sign in to comment.