Fix AttributeError for DescriptionURL on from-import

This commit is contained in:
JustAnotherArchivist
2022-05-29 05:06:34 +00:00
parent faeffe2603
commit ef7c4fad3e

View File

@@ -1,5 +1,5 @@
__all__ = [
'Tweet', 'Medium', 'Photo', 'VideoVariant', 'Video', 'Gif', 'DescriptionUrl', 'Coordinates', 'Place',
'Tweet', 'Medium', 'Photo', 'VideoVariant', 'Video', 'Gif', 'DescriptionURL', 'Coordinates', 'Place',
'User', 'UserLabel',
'Trend',
'GuestTokenManager',