From e5f61aed6fb6e64f2d3267daaa15352ef3a6f717 Mon Sep 17 00:00:00 2001 From: Jose Sanchez Date: Wed, 16 Oct 2024 14:14:00 +0200 Subject: [PATCH] update --- .gitignore | 3 ++- XICRA_pip/XICRA/modules/tRNA.py | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9dffe57..60418a4 100644 --- a/.gitignore +++ b/.gitignore @@ -7,10 +7,11 @@ XICRA_pip/docs/build/ XICRA_pip/docs/source/_static XICRA_pip/docs/source/_templates -## eclipse +## eclipse/developer .project .pydevproject .settings/ +XICRA_pip/.spyproject/ ## environment XICRA_pip/env/XICRA_env/ diff --git a/XICRA_pip/XICRA/modules/tRNA.py b/XICRA_pip/XICRA/modules/tRNA.py index dde4033..45938ae 100644 --- a/XICRA_pip/XICRA/modules/tRNA.py +++ b/XICRA_pip/XICRA/modules/tRNA.py @@ -21,7 +21,6 @@ import HCGB.functions.aesthetics_functions as HCGB_aes import HCGB.functions.time_functions as HCGB_time import HCGB.functions.files_functions as HCGB_files -import HCGB.functions.info_functions as HCGB_info import HCGB.functions.main_functions as HCGB_main from XICRA.modules import help_XICRA