Skip to content

Commit

Permalink
Fixed isort
Browse files Browse the repository at this point in the history
  • Loading branch information
faanskit committed Feb 3, 2024
1 parent b662c3b commit 58f0a95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/history_inject.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
"""Pulls historical data from CheckWatt EnergyInBalance and push it to CheckWattRank"""

from pycheckwatt import CheckwattManager
import json

import aiohttp

from pycheckwatt import CheckwattManager

START_DATE = "2023-09-01"
END_DATE = "2024-01-31"

Expand Down

0 comments on commit 58f0a95

Please sign in to comment.