Remove unused export

This commit is contained in:
ines 2017-05-28 00:57:59 +02:00
parent 01a7b10319
commit 33e332e67c
1 changed files with 1 additions and 1 deletions

View File

@ -35,4 +35,4 @@ class English(Language):
Defaults = EnglishDefaults
__all__ = ['English', 'EnglishDefaults']
__all__ = ['English']