From 631af87542e786129bc0892054cac0d71eaaf308 Mon Sep 17 00:00:00 2001 From: Arya Massarat <23412689+aryarm@users.noreply.github.com> Date: Sat, 28 Dec 2024 00:02:00 -0800 Subject: [PATCH] ensure black fmting is disabled for sim_genotype --- haptools/sim_genotype.py | 1 + 1 file changed, 1 insertion(+) diff --git a/haptools/sim_genotype.py b/haptools/sim_genotype.py index 81760931..137e83e0 100644 --- a/haptools/sim_genotype.py +++ b/haptools/sim_genotype.py @@ -1,3 +1,4 @@ +# fmt: off from __future__ import annotations import os