From 1a1f8f4c7420375ab8a73dd608268ba33ced044d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20M=C3=A9nager?= <herve.menager@pasteur.fr>
Date: Mon, 4 May 2020 08:28:32 +0200
Subject: [PATCH] fix whitespace in ippidb.models

---
 ippisite/ippidb/models.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ippisite/ippidb/models.py b/ippisite/ippidb/models.py
index 04428543..55710940 100644
--- a/ippisite/ippidb/models.py
+++ b/ippisite/ippidb/models.py
@@ -988,7 +988,7 @@ class Compound(AutoFillableModel):
     def autofill(self):
         """
         Finalize the computation of the Compound
-        by computing InChi, InChiKey and Drugbank similarity  
+        by computing InChi, InChiKey and Drugbank similarity
         """
         # compute InChi and InChiKey
         self.inchi = smi2inchi(self.canonical_smile)
-- 
GitLab