From 1059b01c2c6a73fff0b146e95309bbe2d51ef796 Mon Sep 17 00:00:00 2001 From: darefalola Date: Thu, 14 Nov 2024 16:24:23 +0000 Subject: [PATCH] fixed mypy issues --- mypy.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mypy.ini b/mypy.ini index 1fba86e..f13e361 100644 --- a/mypy.ini +++ b/mypy.ini @@ -22,3 +22,5 @@ ignore_missing_imports = True [mypy-ensembl.production.metadata.*] ignore_missing_imports = True +[mypy-yagrc.*] +ignore_missing_imports = True \ No newline at end of file