From 1d30583086a988d0a87a7b98515f8e80804d82f0 Mon Sep 17 00:00:00 2001 From: Joey Ortiz Date: Wed, 14 Feb 2024 09:34:39 -0800 Subject: [PATCH] Update __init__.py Linter is demanding a blank line for ending a file (sigh) --- ngboost/distns/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ngboost/distns/__init__.py b/ngboost/distns/__init__.py index e2e2526..05e9412 100644 --- a/ngboost/distns/__init__.py +++ b/ngboost/distns/__init__.py @@ -30,4 +30,4 @@ "T", "TFixedDf", "TFixedDfFixedVar", -] \ No newline at end of file +]