Skip to content

Commit 5d203bd

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1662714 commit 5d203bd

File tree

5 files changed

+4
-1
lines changed

5 files changed

+4
-1
lines changed

pvconsumer/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
""" Pv Consumer"""
2+
23
__version__ = "2.0.0"

pvconsumer/pv_systems.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
""" PV system functions """
2+
23
import logging
34
import os
45
from datetime import datetime, timedelta

pvconsumer/save.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
""" Save to database functions"""
2+
23
import logging
34

45
import pandas as pd

pvconsumer/solar_sheffield_passiv.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
""" Function to get data from Solar Shieffield about Pasiv systems"""
22

3-
43
import logging
54
import os
65
from typing import List

pvconsumer/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
""" Utils functions """
2+
23
import logging
34
from datetime import datetime, timedelta, timezone
45

0 commit comments

Comments
 (0)