From 29bb3dbfda6e071162126178c79182cc4b7413d8 Mon Sep 17 00:00:00 2001 From: jmmshn Date: Sun, 14 Mar 2021 20:58:25 -0700 Subject: [PATCH] delete spaces --- emmet-core/emmet/core/migration_graph.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/emmet-core/emmet/core/migration_graph.py b/emmet-core/emmet/core/migration_graph.py index e96e783f81..30eb60a80d 100644 --- a/emmet-core/emmet/core/migration_graph.py +++ b/emmet-core/emmet/core/migration_graph.py @@ -106,12 +106,5 @@ def get_mg_uhop_key(ipos, epos): f"MigrationGraphDoc ({k}) MigrationGraph ({mg_k})") # TODO add any datamapping from the DB to reconstructed object here. - return mg - - - - - - - + return mg \ No newline at end of file