~/opt/miniconda3/envs/py37/lib/python3.7/site-packages/cobra/core/object.py in annotation(self, annotation)
48 def annotation(self, annotation):
49 if not isinstance(annotation, dict):
---> 50 raise TypeError("Annotation must be a dict")
51 else:
52 self._annotation = annotation
TypeError: Annotation must be a dict