From 9f11acb0b0cd9da28c07780ccd46f0e66b6b3cd0 Mon Sep 17 00:00:00 2001 From: Zhen-Qi Liu Date: Wed, 18 Sep 2024 16:31:32 -0400 Subject: [PATCH] [FIX] Fix style --- neuromaps/nulls/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neuromaps/nulls/__init__.py b/neuromaps/nulls/__init__.py index d4f1d2d6..51529c67 100644 --- a/neuromaps/nulls/__init__.py +++ b/neuromaps/nulls/__init__.py @@ -1,7 +1,7 @@ """Functions for computing null models.""" __all__ = [ - 'naive_nonparametric', 'alexander_bloch', 'vazquez_rodriguez', 'vasa', + 'alexander_bloch', 'vazquez_rodriguez', 'vasa', 'hungarian', 'baum', 'cornblath', 'burt2018', 'burt2020', 'moran' ]