From 31e80203b901a5a90f54a6dd15aea8664bf00979 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 17:43:21 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pvconsumer/__init__.py | 1 + pvconsumer/pv_systems.py | 1 + pvconsumer/save.py | 1 + pvconsumer/solar_sheffield_passiv.py | 1 - pvconsumer/utils.py | 1 + 5 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pvconsumer/__init__.py b/pvconsumer/__init__.py index 563661b..79b338a 100644 --- a/pvconsumer/__init__.py +++ b/pvconsumer/__init__.py @@ -1,2 +1,3 @@ """ Pv Consumer""" + __version__ = "2.0.0" diff --git a/pvconsumer/pv_systems.py b/pvconsumer/pv_systems.py index c98a4d3..ad8079a 100644 --- a/pvconsumer/pv_systems.py +++ b/pvconsumer/pv_systems.py @@ -1,4 +1,5 @@ """ PV system functions """ + import logging import os from datetime import datetime, timedelta diff --git a/pvconsumer/save.py b/pvconsumer/save.py index 4ea6e06..3065c46 100644 --- a/pvconsumer/save.py +++ b/pvconsumer/save.py @@ -1,4 +1,5 @@ """ Save to database functions""" + import logging import pandas as pd diff --git a/pvconsumer/solar_sheffield_passiv.py b/pvconsumer/solar_sheffield_passiv.py index c3df4fb..8f86686 100644 --- a/pvconsumer/solar_sheffield_passiv.py +++ b/pvconsumer/solar_sheffield_passiv.py @@ -1,6 +1,5 @@ """ Function to get data from Solar Shieffield about Pasiv systems""" - import logging import os from typing import List diff --git a/pvconsumer/utils.py b/pvconsumer/utils.py index 3bc6e3c..37e03f7 100644 --- a/pvconsumer/utils.py +++ b/pvconsumer/utils.py @@ -1,4 +1,5 @@ """ Utils functions """ + import logging from datetime import datetime, timedelta, timezone