mypy introduces a no_implicit_reexport flag that makes importing EnumField from django_enumfield.enum an error. Since this a documented export we add it to all as en explicit reexport.
Coverage increased (+0.003%) to 98.375% when pulling f2ef21496328fa99df15220288ae9360c2b06330 on antonagestam:explicit-reexport into ec9a377f72b82cbd6d55709ab2060a6bafb99105 on 5monkeys:master.
mypy introduces a no_implicit_reexport flag that makes importing EnumField from django_enumfield.enum an error. Since this a documented export we add it to all as en explicit reexport.