Add missing import

This commit is contained in:
Sonny Bakker 2020-12-18 22:42:36 +01:00
parent c0f4139210
commit e4d0830553

View file

@ -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,