Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 25, 2024
1 parent d6aeb86 commit 5093552
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions pvconsumer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
""" Pv Consumer"""

__version__ = "2.1.0"
1 change: 1 addition & 0 deletions pvconsumer/pv_systems.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
""" PV system functions """

import logging
import os
from datetime import datetime, timedelta
Expand Down
1 change: 1 addition & 0 deletions pvconsumer/save.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
""" Save to database functions"""

import logging

import pandas as pd
Expand Down
1 change: 0 additions & 1 deletion pvconsumer/solar_sheffield_passiv.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
""" Function to get data from Solar Shieffield about Pasiv systems"""


import logging
import os
from typing import List
Expand Down
1 change: 1 addition & 0 deletions pvconsumer/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
""" Utils functions """

import logging
from datetime import datetime, timedelta, timezone

Expand Down

0 comments on commit 5093552

Please sign in to comment.