From 667c6d3da1e88cab3fabbac37ab0532f63840036 Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Thu, 29 Dec 2022 19:23:59 +0100 Subject: [PATCH] Reformat blank lines --- nummi/plot/admin.py | 1 - nummi/plot/models.py | 1 - nummi/plot/tests.py | 1 - 3 files changed, 3 deletions(-) diff --git a/nummi/plot/admin.py b/nummi/plot/admin.py index b97a94f..846f6b4 100644 --- a/nummi/plot/admin.py +++ b/nummi/plot/admin.py @@ -1,2 +1 @@ - # Register your models here. diff --git a/nummi/plot/models.py b/nummi/plot/models.py index 35e0d64..6b20219 100644 --- a/nummi/plot/models.py +++ b/nummi/plot/models.py @@ -1,2 +1 @@ - # Create your models here. diff --git a/nummi/plot/tests.py b/nummi/plot/tests.py index 4929020..a39b155 100644 --- a/nummi/plot/tests.py +++ b/nummi/plot/tests.py @@ -1,2 +1 @@ - # Create your tests here.