From 962ff03af1acebdb0373016f759acd2461852a30 Mon Sep 17 00:00:00 2001 From: Christian Diener Date: Wed, 4 Sep 2024 09:17:37 +0200 Subject: [PATCH] of course black, please join the party --- src/cobra/medium/annotations.py | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/src/cobra/medium/annotations.py b/src/cobra/medium/annotations.py index 9b3e73a24..461e49089 100644 --- a/src/cobra/medium/annotations.py +++ b/src/cobra/medium/annotations.py @@ -56,7 +56,7 @@ "intracellular region", "intracellular space", "c0", # GAPSEQ - "C_c" # CARVEME + "C_c", # CARVEME ], "er": ["endoplasmic reticulum"], "erm": ["endoplasmic reticulum membrane"], @@ -71,7 +71,7 @@ "external", "external medium", "e0", # GAPSEQ - "C_e" # CARVEME + "C_e", # CARVEME ], "f": ["flagellum", "bacterial-type flagellum"], "g": ["golgi", "golgi apparatus"], @@ -82,12 +82,7 @@ "mm": ["mitochondrial membrane"], "m": ["mitochondrion", "mitochondria"], "n": ["nucleus"], - "p": [ - "periplasm", - "periplasmic space", - "p0", # GAPSEQ - "C_p" # CARVEME - ], + "p": ["periplasm", "periplasmic space", "p0", "C_p"], # GAPSEQ # CARVEME "x": ["peroxisome", "glyoxysome"], "u": ["thylakoid"], "vm": ["vacuolar membrane"],