Add missing import
This commit is contained in:
parent
c0f4139210
commit
e4d0830553
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ from newsreader.news.collection.exceptions.builder import (
|
||||||
BuilderException,
|
BuilderException,
|
||||||
BuilderMissingDataException,
|
BuilderMissingDataException,
|
||||||
BuilderParseException,
|
BuilderParseException,
|
||||||
|
BuilderSkippedException,
|
||||||
)
|
)
|
||||||
from newsreader.news.collection.exceptions.stream import (
|
from newsreader.news.collection.exceptions.stream import (
|
||||||
StreamConnectionException,
|
StreamConnectionException,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue